[New-bugs-announce] [issue14647] imp.reload() on a package leads to a GC assertion failure

Brett Cannon report at bugs.python.org
Mon Apr 23 01:17:57 CEST 2012


New submission from Brett Cannon <brett at python.org>:

> ./python.exe -c "import urllib.parse as x; import imp; imp.reload(x)"
Assertion failed: (gc->gc.gc_refs != 0), function visit_decref, file Modules/gcmodule.c, line 327.
zsh: abort      ./python.exe -c "import urllib.parse as x; import imp; imp.reload(x)"

I even triggered a segfault that I can't reproduce.

----------
components: Library (Lib)
messages: 158993
nosy: brett.cannon
priority: release blocker
severity: normal
stage: test needed
status: open
title: imp.reload() on a package leads to a GC assertion failure
versions: Python 3.3

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


More information about the New-bugs-announce mailing list