[issue42638] IDLE: Context lines not working correctly

2020-12-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: This is a false report due to a brain glitch. -- resolution: -> not a bug stage: test needed -> resolved status: open -> closed ___ Python tracker _

[issue33610] IDLE: Make multiple improvements to CodeContext

2020-12-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: Delete E6. No bug. I do have a couple of internal edits. -- dependencies: -IDLE: Context lines not working correctly ___ Python tracker __

[issue42115] Caching infrastructure for the evaluation loop: specialised opcodes

2020-12-14 Thread Inada Naoki
Inada Naoki added the comment: pidigits and regex_v8 are LOAD_ATTR heavy benchmarks? I will run benchmarks in my machine to confirm the results. -- ___ Python tracker ___

[issue33610] IDLE: Make multiple improvements to CodeContext

2020-12-14 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +22629 pull_request: https://github.com/python/cpython/pull/23773 ___ Python tracker ___ __

[issue42639] Make atexit state per interpreter

2020-12-14 Thread hai shi
Change by hai shi : -- nosy: +shihai1991 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue31904] Python should support VxWorks RTOS

2020-12-14 Thread dimitri.wei
Change by dimitri.wei : -- nosy: -wlf100220 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue42567] Enum: manually call __init_subclass__ after members are added

2020-12-14 Thread Ethan Furman
Change by Ethan Furman : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue33610] IDLE: Make multiple improvements to CodeContext

2020-12-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 6f79e60b66dacefca147bdaa80eb37f936a72991 by Terry Jan Reedy in branch 'master': bpo-33610: Edit idlelib.codecontext (GH-23773) https://github.com/python/cpython/commit/6f79e60b66dacefca147bdaa80eb37f936a72991 -- __

[issue33610] IDLE: Make multiple improvements to CodeContext

2020-12-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +22630 pull_request: https://github.com/python/cpython/pull/23774 ___ Python tracker ___ __

[issue33610] IDLE: Make multiple improvements to CodeContext

2020-12-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +22631 pull_request: https://github.com/python/cpython/pull/23775 ___ Python tracker ___ __

[issue33610] IDLE: Make multiple improvements to CodeContext

2020-12-14 Thread miss-islington
miss-islington added the comment: New changeset 925f9987866703b0e7cfde341d23f19b832603cb by Miss Islington (bot) in branch '3.8': bpo-33610: Edit idlelib.codecontext (GH-23773) https://github.com/python/cpython/commit/925f9987866703b0e7cfde341d23f19b832603cb --

[issue42641] Deprecate os.popen() function

2020-12-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Searching os.popen in code on GitHub gives around 4.5 millions of results. Seems that most of them are with literal strings which are very specific to the program, like check2 = os.popen('grep "net\.ipv4\.ip_forward" /etc/sysctl.conf /etc/sysctl.d/*')

[issue31904] Python should support VxWorks RTOS

2020-12-14 Thread Peixing Xin
Change by Peixing Xin : -- pull_requests: +22632 pull_request: https://github.com/python/cpython/pull/23776 ___ Python tracker ___ _

<    1   2