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 flox
Recipients Arfrever, effbot, eli.bendersky, eric.araujo, ezio.melotti, flox, scoder
Date 2012-02-11.09:23:48
SpamBayes Score 5.418961e-07
Marked as misclassified No
Message-id <1328952229.25.0.343240220028.issue13988@psf.upfronthosting.co.za>
In-reply-to
Content
> Anyhow, I tried to apply it and a few tests in test_xml_etree_c fail,
> because it can't find fromstring and fromstringlist.

Ooops, I cut some redundancy after running the tests, and I forgot to re-add the import. You're right.

> However, why did you leave some bootstrapping code inside?
> It's the only instance of calling PyRun_String in Modules/

I just tried to cut the import cycle and import it the other way.
I think it was done like that historically, for some reason, when
the module was first developped (for Python 1.5 maybe ...)
It is not necessary to remove all the Python code at once, and I am better at Python than at C.
We can delay this additional clean-up at a later time, it does not
block the PEP399 implementation.
History
Date User Action Args
2012-02-11 09:23:49floxsetrecipients: + flox, effbot, scoder, ezio.melotti, eric.araujo, Arfrever, eli.bendersky
2012-02-11 09:23:49floxsetmessageid: <1328952229.25.0.343240220028.issue13988@psf.upfronthosting.co.za>
2012-02-11 09:23:48floxlinkissue13988 messages
2012-02-11 09:23:48floxcreate