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 skrah
Recipients Arfrever, christian.heimes, eli.bendersky, ezio.melotti, flox, georg.brandl, pitrou, python-dev, skrah
Date 2012-10-02.09:00:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349168458.31.0.765162919978.issue16089@psf.upfronthosting.co.za>
In-reply-to
Content
Nice find. -- The Python version does this:

  _Element = _ElementInterface = Element


So (naively) I would think the same should be done for the C version
after importing Element.


But then one runs into the object layouts conflict that you mentioned.

On the other hand, in the original documentation direct use of
_ElementInterface was discouraged:

http://effbot.org/zone/pythondoc-elementtree-ElementTree.htm#elementtree.ElementTree._ElementInterface-class
History
Date User Action Args
2012-10-02 09:00:58skrahsetrecipients: + skrah, georg.brandl, pitrou, christian.heimes, ezio.melotti, Arfrever, eli.bendersky, flox, python-dev
2012-10-02 09:00:58skrahsetmessageid: <1349168458.31.0.765162919978.issue16089@psf.upfronthosting.co.za>
2012-10-02 09:00:58skrahlinkissue16089 messages
2012-10-02 09:00:57skrahcreate