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 Dormouse759
Recipients Dormouse759, docs@python, ncoghlan, petr.viktorin, pitrou, scoder
Date 2018-01-09.16:11:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I have created a PR at https://github.com/python/cpython/pull/5140
It contains documentation, plus, in --with-pydebug mode, it calls m_traverse to catch easy cases of not handling the m_state==NULL case early.
History
Date User Action Args
2018-01-09 16:11:34Dormouse759setrecipients: + Dormouse759, ncoghlan, pitrou, scoder, petr.viktorin, docs@python
2018-01-09 16:11:34Dormouse759setmessageid: <[email protected]>
2018-01-09 16:11:34Dormouse759linkissue32374 messages
2018-01-09 16:11:34Dormouse759create