This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients mitya57, ned.deily, vstinner
Date 2016-09-29.19:59:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475179188.35.0.245383960847.issue28314@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2016-09-29 19:59:48vstinnersetrecipients: + vstinner, ned.deily, mitya57
2016-09-29 19:59:48vstinnersetmessageid: <1475179188.35.0.245383960847.issue28314@psf.upfronthosting.co.za>
2016-09-29 19:59:48vstinnerlinkissue28314 messages
2016-09-29 19:59:48vstinnercreate