[New-bugs-announce] [issue15001] segmentation fault with del sys.module['__main__']
Amaury Forgeot d'Arc
report at bugs.python.org
Mon Jun 4 21:49:25 CEST 2012
New submission from Amaury Forgeot d'Arc <amauryfa at gmail.com>:
This simple script segfaults the interpreter (all versions), at least when run with "./python myscript.py"
myscript.py::
import sys
del sys.module['__main__']
----------
messages: 162284
nosy: amaury.forgeotdarc
priority: normal
severity: normal
status: open
title: segmentation fault with del sys.module['__main__']
type: crash
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15001>
_______________________________________
More information about the New-bugs-announce
mailing list