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 <rep...@bugs.python.org> <http://bugs.python.org/issue18480> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com