[New-bugs-announce] [issue5938] Noddy examples haven't been updated to match PEP 3123

Larry Hastings report at bugs.python.org
Tue May 5 09:37:28 CEST 2009


New submission from Larry Hastings <larry at hastings.org>:

The changes in PEP 3123 require that all type objects be statically
declared with PyVarObject_HEAD_INIT.  However, the Noddy examples in
Doc/ still use PyObject_HEAD_INIT.

----------
assignee: georg.brandl
components: Documentation
messages: 87214
nosy: benjamin.peterson, georg.brandl, larry
severity: normal
status: open
title: Noddy examples haven't been updated to match PEP 3123
type: behavior
versions: Python 2.7, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5938>
_______________________________________


More information about the New-bugs-announce mailing list