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 ncoghlan, python-dev, vstinner
Date 2013-04-09.22:27:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365546479.42.0.847926514368.issue14439@psf.upfronthosting.co.za>
In-reply-to
Content
Testing the patch manually is simple: add anything wrong in runpy.py and run "python -m base64".

Output:
---
Could not import runpy module
---

Output with the patch:
---
Could not import runpy module
Traceback (most recent call last):
  File "/home/haypo/prog/python/default/Lib/runpy.py", line 264, in <module>
    x
NameError: name 'x' is not defined
---
History
Date User Action Args
2013-04-09 22:27:59vstinnersetrecipients: + vstinner, ncoghlan, python-dev
2013-04-09 22:27:59vstinnersetmessageid: <1365546479.42.0.847926514368.issue14439@psf.upfronthosting.co.za>
2013-04-09 22:27:59vstinnerlinkissue14439 messages
2013-04-09 22:27:59vstinnercreate