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 srid
Recipients srid
Date 2010-06-17.20:17:06
SpamBayes Score 0.008786492
Marked as misclassified No
Message-id <1276805828.97.0.635702088758.issue9020@psf.upfronthosting.co.za>
In-reply-to
Content
I first noticed this when `test_compare_function_objects` was taking forever to run. The culprit is that the following statement just hangs forever. Note that "eval(2)", for instance, runs fine, but when a builtin object is used (eg: None, True), it hangs.

  python -c "eval('None')"

This is reproducible on Python 2.7 (rc1 and latest trunk) and AIX 5.1.

This is regression, as it used to work on 2.6.
History
Date User Action Args
2010-06-17 20:17:09sridsetrecipients: + srid
2010-06-17 20:17:08sridsetmessageid: <1276805828.97.0.635702088758.issue9020@psf.upfronthosting.co.za>
2010-06-17 20:17:07sridlinkissue9020 messages
2010-06-17 20:17:06sridcreate