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.

作者 Erik.Tollerud
收信人 Erik.Tollerud, amaury.forgeotdarc, eric.araujo, eric.snow, meador.inge
日期 2011-11-28.18:37:45
SpamBayes Score 0.013608637
Marked as misclassified
Message-id <1322505466.7.0.0919997171362.issue13487@psf.upfronthosting.co.za>
In-reply-to
内容
The package that triggers it for me is the py (http://pypi.python.org/pypi/py) package - when in gets imported, it does some trick with sys.modules that is in place to get around some pickling restriction, but that means sys.modules is altered during the import of the `py` package... and that triggers the exception.
历史
日期 用户 动作 参数
2011-11-28 18:37:46Erik.Tollerud修改recipients: + Erik.Tollerud, amaury.forgeotdarc, eric.araujo, meador.inge, eric.snow
2011-11-28 18:37:46Erik.Tollerud修改messageid: <1322505466.7.0.0919997171362.issue13487@psf.upfronthosting.co.za>
2011-11-28 18:37:46Erik.Tollerud链接issue13487 messages
2011-11-28 18:37:45Erik.Tollerud创建