[issue15001] segmentation fault with del sys.module['__main__']

STINNER Victor report at bugs.python.org
Wed Jun 6 01:53:41 CEST 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

Attached patch changes PyRun_SimpleFileExFlags() to keep a reference to the module.

----------
keywords: +patch
Added file: http://bugs.python.org/file25839/pyrun_simple.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15001>
_______________________________________


More information about the Python-bugs-list mailing list