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.

作者 serhiy.storchaka
收信人 serhiy.storchaka, vstinner, xdegaye
日期 2017-07-02.05:21:21
SpamBayes Score -1.0
Marked as misclassified
Message-id <1498972882.7.0.0487266346907.issue30817@psf.upfronthosting.co.za>
In-reply-to
内容
I tried to set last_type, last_value and last_traceback to None at startup, and this also fixes a crash. But this changes behavior (these attributes became set), and deleting them doesn't guaranties that following setting will be successful, especially with new compact dict implementation.
历史
日期 用户 动作 参数
2017-07-02 05:21:22serhiy.storchaka修改recipients: + serhiy.storchaka, vstinner, xdegaye
2017-07-02 05:21:22serhiy.storchaka修改messageid: <1498972882.7.0.0487266346907.issue30817@psf.upfronthosting.co.za>
2017-07-02 05:21:22serhiy.storchaka链接issue30817 messages
2017-07-02 05:21:21serhiy.storchaka创建