Message 277722 - Python tracker (original) (raw)

Message277722

Author vstinner
Recipients mitya57, ned.deily, vstinner
Date 2016-09-29.20:05:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1475179545.25.0.244801337963.issue28314@psf.upfronthosting.co.za
In-reply-to
Content
Oh... Modules/_elementtree.c uses a function defined in Modules/clinic/_elementtree.c. It hardcodes flags, whereas flags changed. Maybe the alias should be created differently to avoid such issue in the future? Moreover, obviously, we lack unit tests on this getiterator() method.
History
Date User Action Args
2016-09-29 20:05:45 vstinner set recipients: + vstinner, ned.deily, mitya57
2016-09-29 20:05:45 vstinner set messageid: 1475179545.25.0.244801337963.issue28314@psf.upfronthosting.co.za
2016-09-29 20:05:45 vstinner link issue28314 messages
2016-09-29 20:05:45 vstinner create