New submission from Loïc Etienne <[email protected]>:

https://docs.python.org/3.7/extending/newtypes_tutorial.html

Is: PY_DECREF(m);
Should be: Py_DECREF(m);

----------
components: Demos and Tools
messages: 354069
nosy: Loïc Etienne
priority: normal
severity: normal
status: open
title: Typo in tutorial code (does not compile)
versions: Python 3.7

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue38391>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to