[issue6028] Interpreter aborts when chaining an infinite number of exceptions

2017-03-24 Thread Aaron Meurer
Changes by Aaron Meurer : -- nosy: +Aaron.Meurer ___ Python tracker ___ ___

[issue6028] Interpreter aborts when chaining an infinite number of exceptions

2013-10-04 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6028 ___ ___ Python-bugs-list mailing list

[issue6028] Interpreter aborts when chaining an infinite number of exceptions

2013-04-26 Thread Antoine Pitrou
Antoine Pitrou added the comment: Closing as won't fix. There is no sane way around the current behaviour. -- resolution: - wont fix status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6028

[issue6028] Interpreter aborts when chaining an infinite number of exceptions

2013-04-25 Thread Phil Connell
Changes by Phil Connell pconn...@gmail.com: -- nosy: +pconnell ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6028 ___ ___ Python-bugs-list mailing

[issue6028] Interpreter aborts when chaining an infinite number of exceptions

2011-12-25 Thread Raymond Hettinger
Raymond Hettinger raymond.hettin...@gmail.com added the comment: FWIW, I concur with Antoine on this one. -- nosy: +rhettinger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6028 ___

[issue6028] Interpreter aborts when chaining an infinite number of exceptions

2011-12-24 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: I believe #3555, #7338, and *13644 are basically duplicates of this issue. I have left this one open because it has a try at a patch. I think any patch should be tested with the other examples. I agree with Antoine that an intentional exit is

[issue6028] Interpreter aborts when chaining an infinite number of exceptions

2011-12-24 Thread Yury
Yury yury.sobo...@gmail.com added the comment: Rather than aborting with a stack overflow, I feel it is more natural to raise an exception. If it is not too difficult to implement, perhaps another type of exception should be raised. Since chained exceptions are new to 3.x, there should be a

[issue6028] Interpreter aborts when chaining an infinite number of exceptions

2011-12-24 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6028 ___