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 amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2012-06-04.19:49:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338839365.76.0.631007627601.issue15001@psf.upfronthosting.co.za>
In-reply-to
Content
This simple script segfaults the interpreter (all versions), at least when run with "./python myscript.py"

myscript.py::
    import sys
    del sys.module['__main__']
History
Date User Action Args
2012-06-04 19:49:25amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc
2012-06-04 19:49:25amaury.forgeotdarcsetmessageid: <1338839365.76.0.631007627601.issue15001@psf.upfronthosting.co.za>
2012-06-04 19:49:25amaury.forgeotdarclinkissue15001 messages
2012-06-04 19:49:25amaury.forgeotdarccreate