[New-bugs-announce] [issue38391] Typo in tutorial code (does not compile)

Loïc Etienne report at bugs.python.org
Mon Oct 7 05:36:21 EDT 2019


New submission from Loïc Etienne <loic.jonas.etienne at gmail.com>:

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 <report at bugs.python.org>
<https://bugs.python.org/issue38391>
_______________________________________


More information about the New-bugs-announce mailing list