[Python-Dev] Summary of Python tracker Issues

2015-11-20 Thread Python tracker
ACTIVITY SUMMARY (2015-11-13 - 2015-11-20) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open5260 (+28) closed 32181 (+38) total 37441 (+66) Open issues wit

[Python-Dev] nested try..except bug in generators

2015-11-20 Thread Yury Selivanov
Hi, For anyone interested in tickling the low-level CPython internals (in this case eval loop and generators implementations), here's an interesting bug: http://bugs.python.org/issue25612. I have a patch that fixes it, but I'm not sure that it's correct, and I desperately need someone to review

Re: [Python-Dev] Improving the reading part of REPL

2015-11-20 Thread Adam Bartoš
Another issue with the current implementation is http://bugs.python.org/issue24829. Even if I fix my Python environment by win_unicode_console so >>> "α" really results in "α" rather than "?", the feature vanishes when I try to redirect stdout. On Thu, Nov 19, 2015 at 10:50 PM, Adam Bartoš wrote: