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 xiang.zhang
Recipients JelleZijlstra, brett.cannon, ned.deily, smcv, xiang.zhang
Date 2016-08-13.13:11:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471093906.56.0.480246143529.issue27736@psf.upfronthosting.co.za>
In-reply-to
Content
It looks to me from the traceback Simon given that DirEntryType's dealloc function is called. From the code, shouldn't we Py_INCREF DirEntryType before PyModule_AddObject?
History
Date User Action Args
2016-08-13 13:11:46xiang.zhangsetrecipients: + xiang.zhang, brett.cannon, ned.deily, JelleZijlstra, smcv
2016-08-13 13:11:46xiang.zhangsetmessageid: <1471093906.56.0.480246143529.issue27736@psf.upfronthosting.co.za>
2016-08-13 13:11:46xiang.zhanglinkissue27736 messages
2016-08-13 13:11:46xiang.zhangcreate