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 Loïc Etienne
Recipients Loïc Etienne
Date 2019-10-07.09:36:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570440981.11.0.0420917562712.issue38391@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3.7/extending/newtypes_tutorial.html

Is: PY_DECREF(m);
Should be: Py_DECREF(m);
History
Date User Action Args
2019-10-07 09:36:21Loïc Etiennesetrecipients: + Loïc Etienne
2019-10-07 09:36:21Loïc Etiennesetmessageid: <1570440981.11.0.0420917562712.issue38391@roundup.psfhosted.org>
2019-10-07 09:36:21Loïc Etiennelinkissue38391 messages
2019-10-07 09:36:21Loïc Etiennecreate