This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ron_adam
Recipients benjamin.peterson, pitrou, ron_adam, skrah, vstinner
Date 2010-10-19.03:53:55
SpamBayes Score 0.00011855044
Marked as misclassified No
Message-id <1287460437.25.0.0170002609664.issue9319@psf.upfronthosting.co.za>
In-reply-to
Content
The test in the patch isn't quite right. The following still fails.

Python 3.2a3+ (py3k:85719, Oct 18 2010, 22:32:47) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import imp
>>> imp.find_module('test/badsyntax_pep3120')
Segmentation fault
History
Date User Action Args
2010-10-19 03:53:57ron_adamsetrecipients: + ron_adam, pitrou, vstinner, benjamin.peterson, skrah
2010-10-19 03:53:57ron_adamsetmessageid: <1287460437.25.0.0170002609664.issue9319@psf.upfronthosting.co.za>
2010-10-19 03:53:55ron_adamlinkissue9319 messages
2010-10-19 03:53:55ron_adamcreate