[issue18998] iter() not working in ElementTree

2013-09-15 Thread Eli Bendersky
Changes by Eli Bendersky eli...@gmail.com: -- resolution: - works for me stage: test needed - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18998

[issue18998] iter() not working in ElementTree

2013-09-13 Thread Eli Bendersky
Eli Bendersky added the comment: I can't reproduce it with the most recent default branch (Python 3.4.0a2+ (default:c7fdb0637d0b, Sep 13 2013, 05:29:00)) either. Unless I'm missing something, there's no issue here. Let me know if something else can be done. Otherwise I'll close the issue in a

[issue18998] iter() not working in ElementTree

2013-09-10 Thread Germán M . Bravo
New submission from Germán M. Bravo: The added iter/itertext methods in Element are not working under certain circumstances (crashes): This crashes: e = ElementTree().parse('/Users/kronuz/Desktop/tests/houses.xml') e.iter() But the problem is not there if I use bootstrapped iterators

[issue18998] iter() not working in ElementTree

2013-09-10 Thread irakli
irakli added the comment: Can you clearify under which circumstances python 3.3 crashes? -- nosy: +iraklid94 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18998 ___

[issue18998] iter() not working in ElementTree

2013-09-10 Thread Germán M . Bravo
Germán M. Bravo added the comment: It crashes when I run that code snippet I posted (using the attached xml file) The problem was introduced by the commit that added iterator support. -- ___ Python tracker rep...@bugs.python.org

[issue18998] iter() not working in ElementTree

2013-09-10 Thread Eli Bendersky
Eli Bendersky added the comment: I'm having trouble reproducing the problem, Germán. Running with Python 3.3.2 from a couple of days ago: Python 3.3.2+ (3.3:0eef1670f316, Sep 8 2013, 08:31:59) [GCC 4.6.3] on linux Type help, copyright, credits or license for more information. from