New submission from Larry Hastings <[email protected]>: 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 <[email protected]> <http://bugs.python.org/issue5938> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
