[issue3475] _elementtree.c import can fail silently

2010-03-11 Thread Florent Xicluna
Florent Xicluna added the comment: Fixed with latest xml.etree. -- dependencies: -Update ElementTree with upstream changes resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Update ElementTree with upstream changes versions: -Python 2.6, Python

[issue3475] _elementtree.c import can fail silently

2010-02-13 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox priority: -> normal type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing

[issue3475] _elementtree.c import can fail silently

2010-02-13 Thread Florent Xicluna
Changes by Florent Xicluna : -- dependencies: +Update ElementTree with upstream changes ___ Python tracker ___ ___ Python-bugs-list mai

[issue3475] _elementtree.c import can fail silently

2009-11-08 Thread Fredrik Lundh
Fredrik Lundh added the comment: Note that "fail silently" is a bit of a misnomer - if the embedded import doesn't work, portions of the library will fail pretty loudly. Feel free to use some variation of the suggested patch, or just wait until the next upstream release gets imported (if eve

[issue3475] _elementtree.c import can fail silently

2009-11-08 Thread Martin v . Löwis
Martin v. Löwis added the comment: For 2.5, this will not be fixed, as it is not security-critical. -- versions: +Python 2.6, Python 2.7, Python 3.1, Python 3.2 -Python 2.5 ___ Python tracker __

[issue3475] _elementtree.c import can fail silently

2009-11-07 Thread Brian Harring
Brian Harring added the comment: At this point, this affects 2.5, 2.6, and 3.1 (and the normal 1.0.5 release of cElementTree); what's required to get this fixed and queued up for micro/minor releases? Sidenote, the patch posted above still leaks a reference- -- keywords: +patch nosy: +

[issue3475] _elementtree.c import can fail silently

2008-08-03 Thread Fredrik Lundh
Fredrik Lundh <[EMAIL PROTECTED]> added the comment: This is fixed in the ET 1.3-compatible codebase. Since it's too late to add ET 1.3 to 2.6, I guess it's time to make a new 1.2 bugfix release for 2.6. ___ Python tracker <[EMAIL PROTECTED]>

[issue3475] _elementtree.c import can fail silently

2008-07-31 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Fredrik, can you take a look? -- assignee: -> effbot nosy: +effbot, loewis ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3475] _elementtree.c import can fail silently

2008-07-31 Thread Matteo Bertini
New submission from Matteo Bertini <[EMAIL PROTECTED]>: Playing with PyInstaller I have found that the final part of _elementtree.c: Index: Modules/_elementtree.c === --- Modules/_elementtree.c (revisione 59540) +++ Modules/_e