[issue14647] imp.reload() on a package leads to a segfault or a GC assertion failure

2012-04-29 Thread Brett Cannon
Brett Cannon added the comment: Fixed by http://hg.python.org/cpython/rev/eb68502731dd -- assignee: -> brett.cannon resolution: -> fixed stage: test needed -> status: open -> closed ___ Python tracker _

[issue14647] imp.reload() on a package leads to a segfault or a GC assertion failure

2012-04-23 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue14647] imp.reload() on a package leads to a segfault or a GC assertion failure

2012-04-22 Thread Brett Cannon
Brett Cannon added the comment: Segfault: > ./python.exe -c "import importlib.abc as x; import imp; imp.reload(x)" > Traceback (most recent call last): File "", line 1, in File "", line 611, in load_module File "", line 271, in module