[issue28314] ElementTree: Element.getiterator(tag) broken in 3.6

STINNER Victor report at bugs.python.org
Thu Sep 29 15:59:48 EDT 2016


STINNER Victor added the comment:

The bug seems related to the new FASTCALL calling convention introduced in Python 3.6b1. For an unknown reason, the METH_FASTCALL defined in Modules/clinic/_elementtree.c on _elementtree_Element_iter() seems to be ignored or lost somewhere?

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list