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 brett.cannon
Recipients brett.cannon
Date 2012-04-22.23:17:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335136677.5.0.49699953472.issue14647@psf.upfronthosting.co.za>
In-reply-to
Content
> ./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.
History
Date User Action Args
2012-04-22 23:17:57brett.cannonsetrecipients: + brett.cannon
2012-04-22 23:17:57brett.cannonsetmessageid: <1335136677.5.0.49699953472.issue14647@psf.upfronthosting.co.za>
2012-04-22 23:17:56brett.cannonlinkissue14647 messages
2012-04-22 23:17:56brett.cannoncreate