[issue18480] _elementtree: missing PyType_Ready call

Ronald Oussoren report at bugs.python.org
Wed Jul 17 14:54:58 CEST 2013


New submission from Ronald Oussoren:

The _elementtree extension calls PyType_Ready for most, but not all, types defined in the extension. The attached patch calls PyType_Ready for the ElementIter_Type.

----------
components: Extension Modules, XML
files: elementtree-missing-type-ready.txt
messages: 193226
nosy: ronaldoussoren
priority: normal
severity: normal
stage: patch review
status: open
title: _elementtree: missing PyType_Ready call
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file30948/elementtree-missing-type-ready.txt

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


More information about the Python-bugs-list mailing list