Comment 3 for bug 974632

Revision history for this message
Sean Reifschneider (jafo) wrote :

I've pushed a patch to trunk that includes my proposed fix for this, based on the discussion in Brad's patch. I found a few other cases where the _unsafe_* functions are calling readline(), so I added an argument to readline to request the exception, and returned the default behavior, then made these paths that are within the exception catching request the exception.

I'd appreciate a review and testing against your test suite.

Thanks everyone!

Sean