STINNER Victor added the comment:
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
---
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue14439>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com