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.

classification
Title: PyObject_GC_VarNew should be PyObject_GC_NewVar
Type: Stage:
Components: Documentation Versions: Python 3.1, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: Luciano.Bello, fw, georg.brandl, jjconti
Priority: normal Keywords: patch

Created on 2010-03-07 13:29 by fw, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
PyObject_GC_VarNew_type.patch Luciano.Bello, 2010-03-07 19:50 patch for the typo
Messages (3)
msg100580 - (view) Author: Florian Weimer (fw) Date: 2010-03-07 13:29
The manual mentions the wrong C function (Var and New are transposed).
msg100601 - (view) Author: Luciano Bello (Luciano.Bello) Date: 2010-03-07 19:50
patch added
msg100609 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-03-07 20:58
Thanks, applied in r78771.
History
Date User Action Args
2022-04-11 14:56:58adminsetgithub: 52332
2010-03-07 20:58:39georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg100609
2010-03-07 19:53:59Luciano.Bellosetnosy: + jjconti
2010-03-07 19:50:37Luciano.Bellosetfiles: + PyObject_GC_VarNew_type.patch

nosy: + Luciano.Bello
messages: + msg100601

keywords: + patch
2010-03-07 13:29:50fwcreate