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 vstinner
Recipients brett.cannon, vstinner, yselivanov
Date 2016-02-13.00:30:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455323436.0.0.0949336219565.issue26145@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 6: updated to the new code_transformer() API, it now takes a code object as input and must return a new code object.

Sadly, it looks like there are reference leaks (try: ./python -m test -R 3:3 test_import).
History
Date User Action Args
2016-02-13 00:30:37vstinnersetrecipients: + vstinner, brett.cannon, yselivanov
2016-02-13 00:30:36vstinnersetmessageid: <1455323436.0.0.0949336219565.issue26145@psf.upfronthosting.co.za>
2016-02-13 00:30:35vstinnerlinkissue26145 messages
2016-02-13 00:30:35vstinnercreate