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

2012-11-07 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- title: segmentation fault with del sys.module['__main__'] - segmentation fault with del sys.modules['__main__'] ___ Python tracker rep...@bugs.python.org

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

2012-11-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4ebe1ede981e by Hynek Schlawack in branch '2.7': Issue #15001: fix segfault on del sys.modules['__main__'] http://hg.python.org/cpython/rev/4ebe1ede981e -- ___ Python tracker rep...@bugs.python.org

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

2012-11-07 Thread Hynek Schlawack
Hynek Schlawack added the comment: This should be fixed now, thanks to all who helped! -- resolution: - fixed stage: commit review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15001