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

Reply via email to