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.

作者 ron_adam
收信人 benjamin.peterson, pitrou, ron_adam, skrah, vstinner
日期 2010-10-19.03:53:55
SpamBayes Score 0.00011855044
Marked as misclassified
Message-id <1287460437.25.0.0170002609664.issue9319@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2010-10-19 03:53:57ron_adam修改recipients: + ron_adam, pitrou, vstinner, benjamin.peterson, skrah
2010-10-19 03:53:57ron_adam修改messageid: <1287460437.25.0.0170002609664.issue9319@psf.upfronthosting.co.za>
2010-10-19 03:53:55ron_adam链接issue9319 messages
2010-10-19 03:53:55ron_adam创建