[issue44949] test_readline: test_auto_history_disabled() fails randomly on aarch64 RHEL8 Refleaks 3.9, 3.10 and 3.x

2022-02-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +29299 pull_request: https://github.com/python/cpython/pull/31118 ___ Python tracker <https://bugs.python.org/issue44

[issue14916] PyRun_InteractiveLoop fails to run interactively when using a Linux pty that's not tied to stdin/stdout

2022-02-03 Thread miss-islington
miss-islington added the comment: New changeset 91e888904478271c27c52c773863b41f5a8f7f30 by Miss Islington (bot) in branch '3.10': bpo-14916: use specified tokenizer fd for file input (GH-31006) https://github.com/python/cpython/commit/91e888904478271c27c52c773863b41f5a8f7f30

[issue46630] IDLE: Set query focus to entry box on Windows

2022-02-03 Thread miss-islington
miss-islington added the comment: New changeset 4f76b3667d856a13107c65d44d802d0e73c3f104 by Miss Islington (bot) in branch '3.10': bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112) https://github.com/python/cpython/commit/4f76b3667d856a13107c65d44d802d0e73c3f104

[issue46630] IDLE: Set query focus to entry box on Windows

2022-02-03 Thread miss-islington
miss-islington added the comment: New changeset dc315f30f86a1dc7c4607398b379d7c0b55c7549 by Miss Islington (bot) in branch '3.9': bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112) https://github.com/python/cpython/commit/dc315f30f86a1dc7c4607398b379d7c0b55c7549

[issue46630] IDLE: Set query focus to entry box on Windows

2022-02-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +29296 pull_request: https://github.com/python/cpython/pull/31114 ___ Python tracker <https://bugs.python.org/issu

[issue46630] IDLE: Set query focus to entry box on Windows

2022-02-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +29297 pull_request: https://github.com/python/cpython/pull/31115 ___ Python tracker <https://bugs.python.org/issue46

[issue45975] Simplify some while-loops with walrus operator

2022-02-03 Thread miss-islington
miss-islington added the comment: New changeset cf7cb1a2bf40516dc571d1d90c12b632dcd9b8c8 by Miss Islington (bot) in branch '3.9': bpo-45975: IDLE - Remove extraneous parens (GH-31107) https://github.com/python/cpython/commit/cf7cb1a2bf40516dc571d1d90c12b632dcd9b8c8

[issue45975] Simplify some while-loops with walrus operator

2022-02-03 Thread miss-islington
miss-islington added the comment: New changeset 63523e7b2a631f28134b25a8063d50e08c741db6 by Miss Islington (bot) in branch '3.10': bpo-45975: IDLE - Remove extraneous parens (GH-31107) https://github.com/python/cpython/commit/63523e7b2a631f28134b25a8063d50e08c741db6

[issue45975] Simplify some while-loops with walrus operator

2022-02-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +29293 pull_request: https://github.com/python/cpython/pull/31110 ___ Python tracker <https://bugs.python.org/issue45

[issue45975] Simplify some while-loops with walrus operator

2022-02-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +29292 pull_request: https://github.com/python/cpython/pull/31109 ___ Python tracker <https://bugs.python.org/issue45

[issue45773] Compiler hangs during jump elimination

2022-02-03 Thread miss-islington
miss-islington added the comment: New changeset ff6948b1286c854ee77dfc0b23b9d828b36873e4 by Miss Islington (bot) in branch '3.10': bpo-45773: Remove invalid peephole optimizations (GH-31066) https://github.com/python/cpython/commit/ff6948b1286c854ee77dfc0b23b9d828b36873e4

[issue46436] Pass the -d/--directory command-line option to http.server.CGIHTTPRequestHandler

2022-02-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +29286 pull_request: https://github.com/python/cpython/pull/31103 ___ Python tracker <https://bugs.python.org/issue46

[issue46436] Pass the -d/--directory command-line option to http.server.CGIHTTPRequestHandler

2022-02-03 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +29285 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31102 ___ Python tracker <https://bugs.python.org/issu

[issue46436] Pass the -d/--directory command-line option to http.server.CGIHTTPRequestHandler

2022-02-03 Thread miss-islington
miss-islington added the comment: New changeset 2d080347d74078a55c47715d232d1ab8dc8cd603 by Géry Ogam in branch 'main': bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701) https://github.com/python/cpython/commit/2d080347d74078a55c47715d232d1ab8dc8cd603

[issue45773] Compiler hangs during jump elimination

2022-02-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +29284 pull_request: https://github.com/python/cpython/pull/31101 ___ Python tracker <https://bugs.python.org/issu

[issue46576] test_peg_generator is extremely slow

2022-02-02 Thread miss-islington
miss-islington added the comment: New changeset e8258608c28c65680253d0ca6167430e34c2fd87 by Miss Islington (bot) in branch '3.9': [3.9] [3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089) (GH-31093) https://github.com/python/cpython

[issue46524] test_peg_generator takes 8 minutes on Windows

2022-02-02 Thread miss-islington
miss-islington added the comment: New changeset e8258608c28c65680253d0ca6167430e34c2fd87 by Miss Islington (bot) in branch '3.9': [3.9] [3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089) (GH-31093) https://github.com/python/cpython

[issue46524] test_peg_generator takes 8 minutes on Windows

2022-02-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 10.0 -> 11.0 pull_requests: +29279 pull_request: https://github.com/python/cpython/pull/31093 ___ Python tracker <https://bugs.python.org/issu

[issue46576] test_peg_generator is extremely slow

2022-02-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +29278 pull_request: https://github.com/python/cpython/pull/31093 ___ Python tracker <https://bugs.python.org/issu

[issue45975] Simplify some while-loops with walrus operator

2022-02-02 Thread miss-islington
miss-islington added the comment: New changeset 2ddc278875f789de622262ee8ff5a1c3788f031c by Miss Islington (bot) in branch '3.10': bpo-45975: Use walrus operator for some idlelib while loops (GH-31083) https://github.com/python/cpython/commit/2ddc278875f789de622262ee8ff5a1c3788f031c

[issue45975] Simplify some while-loops with walrus operator

2022-02-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +29276 pull_request: https://github.com/python/cpython/pull/31091 ___ Python tracker <https://bugs.python.org/issu

[issue46616] test_importlib leaves stray registry entries on Windows

2022-02-02 Thread miss-islington
miss-islington added the comment: New changeset 5765eaa13654e5f812a286700da7d6b8e144da0e by Miss Islington (bot) in branch '3.10': bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086) https://github.com/python/cpython/commit

[issue46616] test_importlib leaves stray registry entries on Windows

2022-02-02 Thread miss-islington
miss-islington added the comment: New changeset 3c6173ca67c019f3eb7a2fc34c5bfc426f99c5b2 by Miss Islington (bot) in branch '3.9': bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086) https://github.com/python/cpython/commit

[issue46616] test_importlib leaves stray registry entries on Windows

2022-02-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +29272 pull_request: https://github.com/python/cpython/pull/31088 ___ Python tracker <https://bugs.python.org/issue46

[issue46616] test_importlib leaves stray registry entries on Windows

2022-02-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +29271 pull_request: https://github.com/python/cpython/pull/31087 ___ Python tracker <https://bugs.python.org/issu

[issue45173] Remove configparser deprecations

2022-02-02 Thread miss-islington
miss-islington added the comment: New changeset ba4d79af32b6bb8378cb7003f67d6c4d413fbe89 by Hugo van Kemenade in branch '3.10': [3.10] bpo-45173: Note configparser deprecations will be removed in 3.12 (GH-31084) https://github.com/python/cpython/commit

[issue37705] winerror_to_errno implementation

2022-02-02 Thread miss-islington
miss-islington added the comment: New changeset 38e0b9efdf164be656782db0f969fb536cfbcaf1 by Oleg Iarygin in branch 'main': bpo-37705: Remove orphaned PC/errmap.mak (GH-29724) https://github.com/python/cpython/commit/38e0b9efdf164be656782db0f969fb536cfbcaf1

[issue46433] _PyType_GetModuleByDef optimization is incorrect

2022-02-02 Thread miss-islington
miss-islington added the comment: New changeset 0ef08530124c5ca13a9394f4ac18bee8e6c66409 by Petr Viktorin in branch 'main': bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) https://github.com/python/cpython/commit/0ef08530124c5ca13a9394f4ac18bee8e6c66409

[issue45459] Limited API support for Py_buffer

2022-02-02 Thread miss-islington
miss-islington added the comment: New changeset f66c857572a308822c70fd25e0197b6e0dec6e34 by Christian Heimes in branch 'main': bpo-45459: Add Py_buffer to limited API (GH-29991) https://github.com/python/cpython/commit/f66c857572a308822c70fd25e0197b6e0dec6e34 -- nosy: +miss

[issue45703] importlib.invalidate_caches() does not invalidate _NamespacePath's _last_parent_path-based cache

2022-02-02 Thread miss-islington
miss-islington added the comment: New changeset 8d239bfdcc98f4e4a592d9cda569380a9c15a5c0 by Petr Viktorin in branch '3.9': [3.9] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922) (GH-31076) https://github.com/python/cpython/commit

[issue43012] Remove pathlib accessors

2022-02-02 Thread miss-islington
miss-islington added the comment: New changeset 08f8301b21648d58d053e1a513db8ed32fbf37dd by Barney Gale in branch 'main': bpo-43012: remove `pathlib._Accessor` (GH-25701) https://github.com/python/cpython/commit/08f8301b21648d58d053e1a513db8ed32fbf37dd -- nosy: +miss-islington

[issue24132] Direct sub-classing of pathlib.Path

2022-02-02 Thread miss-islington
miss-islington added the comment: New changeset 08f8301b21648d58d053e1a513db8ed32fbf37dd by Barney Gale in branch 'main': bpo-43012: remove `pathlib._Accessor` (GH-25701) https://github.com/python/cpython/commit/08f8301b21648d58d053e1a513db8ed32fbf37dd -- nosy: +miss-islington

[issue44359] test_ftplib.test_makeport() fails as "env changes" if a socket operation times out in a thread: TimeoutError is not catched

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset 0371e5d7f1248abb0712fc98c3135d01d265cec8 by Miss Islington (bot) in branch '3.9': bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069) https://github.com/python/cpython/commit/0371e5d7f1248abb0712fc98c3135d01d265cec8

[issue44359] test_ftplib.test_makeport() fails as "env changes" if a socket operation times out in a thread: TimeoutError is not catched

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset 85b421fbff23ff41c52fa5bde191920b3701f0d0 by Miss Islington (bot) in branch '3.10': bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069) https://github.com/python/cpython/commit/85b421fbff23ff41c52fa5bde191920b3701f0d0

[issue46591] Make About IDLE links clickable

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset 7dee93c2d223a080f410f6901987e9d363743471 by Miss Islington (bot) in branch '3.10': bpo-46591: Make About IDLE doc link label clickable (GH-30251) https://github.com/python/cpython/commit/7dee93c2d223a080f410f6901987e9d363743471

[issue44359] test_ftplib.test_makeport() fails as "env changes" if a socket operation times out in a thread: TimeoutError is not catched

2022-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +29256 pull_request: https://github.com/python/cpython/pull/31071 ___ Python tracker <https://bugs.python.org/issue44

[issue44359] test_ftplib.test_makeport() fails as "env changes" if a socket operation times out in a thread: TimeoutError is not catched

2022-02-01 Thread miss-islington
Change by miss-islington : -- message_count: 9.0 -> 10.0 nosy: +miss-islington nosy_count: 9.0 -> 10.0 pull_requests: +29255 pull_request: https://github.com/python/cpython/pull/31070 ___ Python tracker <https://bugs.python.org/i

[issue46591] Make About IDLE links clickable

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset a1869e385b17bfdfe8d9850047f5b2dbb88e58fa by Miss Islington (bot) in branch '3.9': bpo-46591: Make About IDLE doc link label clickable (GH-30251) https://github.com/python/cpython/commit/a1869e385b17bfdfe8d9850047f5b2dbb88e58fa

[issue46591] Make About IDLE links clickable

2022-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +29253 pull_request: https://github.com/python/cpython/pull/31068 ___ Python tracker <https://bugs.python.org/issue46

[issue46591] Make About IDLE links clickable

2022-02-01 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +29252 pull_request: https://github.com/python/cpython/pull/31067 ___ Python tracker <https://bugs.python.org/issu

[issue14916] PyRun_InteractiveLoop fails to run interactively when using a Linux pty that's not tied to stdin/stdout

2022-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +29250 pull_request: https://github.com/python/cpython/pull/31065 ___ Python tracker <https://bugs.python.org/issue14

[issue14916] PyRun_InteractiveLoop fails to run interactively when using a Linux pty that's not tied to stdin/stdout

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset 89b13042fcfc95bae21a49806a205ef62f1cdd73 by Paul m. p. P in branch 'main': bpo-14916: use specified tokenizer fd for file input (GH-31006) https://github.com/python/cpython/commit/89b13042fcfc95bae21a49806a205ef62f1cdd73 -- nosy

[issue46487] `_SSLProtocolTransport` doesn't have the `get_write_buffer_limits` implementation.

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset e5e1441d41907f92cc3bb5de675a2c519068173d by Miss Islington (bot) in branch '3.10': bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958) https://github.com/python/cpython/commit

[issue46487] `_SSLProtocolTransport` doesn't have the `get_write_buffer_limits` implementation.

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset e4a6e549027b33bbe87f49fcfccc880243e49834 by Miss Islington (bot) in branch '3.9': bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958) https://github.com/python/cpython/commit

[issue45953] Statically allocate interpreter states as much as possible.

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset f78be59c83c151d94902daef56218530c52e29e7 by Eric Snow in branch 'main': bpo-45953: Preserve backward compatibility on some PyThreadState field names. (GH-31038) https://github.com/python/cpython/commit/f78be59c83c151d94902daef56218530c52e29e7

[issue45925] Upgrade macOS and Windows installers to use SQLite 3.37.2

2022-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +29241 pull_request: https://github.com/python/cpython/pull/31059 ___ Python tracker <https://bugs.python.org/issue45

[issue46487] `_SSLProtocolTransport` doesn't have the `get_write_buffer_limits` implementation.

2022-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +29238 pull_request: https://github.com/python/cpython/pull/31056 ___ Python tracker <https://bugs.python.org/issue46

[issue46487] `_SSLProtocolTransport` doesn't have the `get_write_buffer_limits` implementation.

2022-02-01 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +29237 pull_request: https://github.com/python/cpython/pull/31055 ___ Python tracker <https://bugs.python.org/issu

[issue46584] Modernize `ctypes/test_python_api` by removing old version check

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset 7368ca1b889d7fa16423e69034bf4c5fe7b00268 by Miss Islington (bot) in branch '3.9': [3.9] bpo-46584: remove check for `py2.3` from `ctypes/test_python_api` (GH-31024) (GH-31053) https://github.com/python/cpython/commit

[issue46584] Modernize `ctypes/test_python_api` by removing old version check

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset 8765b01bcf6514602affcca66e7deeeb998f9cef by Miss Islington (bot) in branch '3.10': [3.10] bpo-46584: remove check for `py2.3` from `ctypes/test_python_api` (GH-31024) (GH-31054) https://github.com/python/cpython/commit

[issue46584] Modernize `ctypes/test_python_api` by removing old version check

2022-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +29235 pull_request: https://github.com/python/cpython/pull/31053 ___ Python tracker <https://bugs.python.org/issue46

[issue46584] Modernize `ctypes/test_python_api` by removing old version check

2022-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +29236 pull_request: https://github.com/python/cpython/pull/31054 ___ Python tracker <https://bugs.python.org/issue46

[issue46584] Modernize `ctypes/test_python_api` by removing old version check

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset 913e340a323c7e61ae6e4acbb1312b4342657bec by Nikita Sobolev in branch 'main': bpo-46584: remove check for `py2.3` from `ctypes/test_python_api` (GH-31024) https://github.com/python/cpython/commit/913e340a323c7e61ae6e4acbb1312b4342657bec

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset 2e9f77f9d4fc282666ff85051b6e7ade0eed1d4c by Miss Islington (bot) in branch '3.9': [3.9] bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014) (GH-31048) https://github.com/python/cpython/commit

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset 1dcd77280410e4b3bd7b0680f00a38cea466ebd1 by Miss Islington (bot) in branch '3.10': bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014) https://github.com/python/cpython/commit/1dcd77280410e4b3bd7b0680f00a38cea466ebd1

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +29229 pull_request: https://github.com/python/cpython/pull/31048 ___ Python tracker <https://bugs.python.org/issue44

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-02-01 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +29228 pull_request: https://github.com/python/cpython/pull/31047 ___ Python tracker <https://bugs.python.org/issu

[issue46482] `typing.Annotation.__new__` is not covered

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset 6a188d88c562bfd68ef3a32d148d9b234d50646e by Miss Islington (bot) in branch '3.10': bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821) https://github.com/python/cpython/commit/6a188d88c562bfd68ef3a32d148d9b234d50646e

[issue46482] `typing.Annotation.__new__` is not covered

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset 2532b7c820ec2dc87b19eb322ab92b47f3c77866 by Miss Islington (bot) in branch '3.9': [3.9] bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821) (GH-31045) https://github.com/python/cpython/commit

[issue46355] [C API] Document PyFrameObject and PyThreadState changes and explain how to port code to Python 3.11

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset a4cb31927a1f0ee31025ea1ca82fcbfad44755dc by Petr Viktorin in branch 'main': bpo-46355: What's New: Note that PyFrameObject are private (GH-31032) https://github.com/python/cpython/commit/a4cb31927a1f0ee31025ea1ca82fcbfad44755dc

[issue46482] `typing.Annotation.__new__` is not covered

2022-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +29226 pull_request: https://github.com/python/cpython/pull/31045 ___ Python tracker <https://bugs.python.org/issue46

[issue46482] `typing.Annotation.__new__` is not covered

2022-02-01 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +29225 pull_request: https://github.com/python/cpython/pull/31044 ___ Python tracker <https://bugs.python.org/issu

[issue46542] test_json and test_lib2to3 crash on s390x Fedora Clang 3.x buildbot

2022-01-31 Thread miss-islington
miss-islington added the comment: New changeset 34794517d1380e206fbbc9735b8aaaf07a5237ce by Miss Islington (bot) in branch '3.10': bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035) https://github.com/python/cpython/commit/34794517d1380e206fbbc9735b8aaaf07a5237ce

[issue46542] test_json and test_lib2to3 crash on s390x Fedora Clang 3.x buildbot

2022-01-31 Thread miss-islington
miss-islington added the comment: New changeset 30463860796790d3be97b76744290e4c364ad765 by Miss Islington (bot) in branch '3.9': bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035) https://github.com/python/cpython/commit/30463860796790d3be97b76744290e4c364ad765

[issue46542] test_json and test_lib2to3 crash on s390x Fedora Clang 3.x buildbot

2022-01-31 Thread miss-islington
Change by miss-islington : -- pull_requests: +29220 pull_request: https://github.com/python/cpython/pull/31037 ___ Python tracker <https://bugs.python.org/issue46

[issue46542] test_json and test_lib2to3 crash on s390x Fedora Clang 3.x buildbot

2022-01-31 Thread miss-islington
Change by miss-islington : -- pull_requests: +29219 pull_request: https://github.com/python/cpython/pull/31036 ___ Python tracker <https://bugs.python.org/issue46

[issue46581] _typevar_types and _paramspec_tvars are missing from _GenericAlias.copy_with

2022-01-30 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +29201 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26091 ___ Python tracker <https://bugs.p

[issue43112] SOABI on Linux does not distinguish between GNU libc and musl libc

2022-01-28 Thread miss-islington
miss-islington added the comment: New changeset 1f036ede59e2c4befc07714cf76603c591d5c972 by Natanael Copa in branch 'main': bpo-43112: detect musl as a separate SOABI (GH-24502) https://github.com/python/cpython/commit/1f036ede59e2c4befc07714cf76603c591d5c972 -- nosy: +miss

[issue46560] ParamSpec: Typo in doc string

2022-01-28 Thread miss-islington
miss-islington added the comment: New changeset 315a60acd14dd730b2081574c09ccc29e92ee687 by Miss Islington (bot) in branch '3.10': bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995) https://github.com/python/cpython/commit/315a60acd14dd730b2081574c09ccc29e92ee687

[issue46560] ParamSpec: Typo in doc string

2022-01-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +29177 pull_request: https://github.com/python/cpython/pull/30996 ___ Python tracker <https://bugs.python.org/issu

[issue45925] Upgrade macOS and Windows installers to use SQLite 3.37.2

2022-01-28 Thread miss-islington
miss-islington added the comment: New changeset ad9cf2fdd39968b07e04136c8b50f65a4596c087 by Miss Islington (bot) in branch '3.9': bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485) https://github.com/python/cpython/commit/ad9cf2fdd39968b07e04136c8b50f65a4596c087

[issue45925] Upgrade macOS and Windows installers to use SQLite 3.37.2

2022-01-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +29175 pull_request: https://github.com/python/cpython/pull/30994 ___ Python tracker <https://bugs.python.org/issu

[issue46530] `'thread_time'` is missing from `test_get_clock_info`

2022-01-28 Thread miss-islington
miss-islington added the comment: New changeset 95b70e2ccfb295c77c3696bcb20c1513310efd1f by Miss Islington (bot) in branch '3.10': bpo-46530: add `"thread_time"` to `test_time.test_get_clock_info` (GH-30913) https://github.com/python/cpython/commit/95b70e2ccfb295c77c3696bcb20c15

[issue46530] `'thread_time'` is missing from `test_get_clock_info`

2022-01-28 Thread miss-islington
miss-islington added the comment: New changeset ce5c637f5ae06f2a6a6e966524af9d0cc816bd3f by Miss Islington (bot) in branch '3.9': bpo-46530: add `"thread_time"` to `test_time.test_get_clock_info` (GH-30913) https://github.com/python/cpython/commit/ce5c637f5ae06f2a6a6e966524af9d

[issue46530] `'thread_time'` is missing from `test_get_clock_info`

2022-01-27 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +29156 pull_request: https://github.com/python/cpython/pull/30977 ___ Python tracker <https://bugs.python.org/issu

[issue46530] `'thread_time'` is missing from `test_get_clock_info`

2022-01-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +29157 pull_request: https://github.com/python/cpython/pull/30978 ___ Python tracker <https://bugs.python.org/issue46

[issue46542] test_json and test_lib2to3 crash on s390x Fedora Clang 3.x buildbot

2022-01-27 Thread miss-islington
miss-islington added the comment: New changeset 8cd82461f9bb17381bf9d09989daea316c609cd5 by Miss Islington (bot) in branch '3.9': bpo-46542: test_json uses support.infinite_recursion() (GH-30972) https://github.com/python/cpython/commit/8cd82461f9bb17381bf9d09989daea316c609cd5

[issue46542] test_json and test_lib2to3 crash on s390x Fedora Clang 3.x buildbot

2022-01-27 Thread miss-islington
miss-islington added the comment: New changeset 20f53136679e260466a765de5befa3b9db396c9e by Miss Islington (bot) in branch '3.10': bpo-46542: test_json uses support.infinite_recursion() (GH-30972) https://github.com/python/cpython/commit/20f53136679e260466a765de5befa3b9db396c9e

[issue46542] test_json and test_lib2to3 crash on s390x Fedora Clang 3.x buildbot

2022-01-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +29153 pull_request: https://github.com/python/cpython/pull/30974 ___ Python tracker <https://bugs.python.org/issue46

[issue46542] test_json and test_lib2to3 crash on s390x Fedora Clang 3.x buildbot

2022-01-27 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +29152 pull_request: https://github.com/python/cpython/pull/30973 ___ Python tracker <https://bugs.python.org/issu

[issue42982] Update suggested number of iterations for pbkdf2_hmac()

2022-01-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +29146 pull_request: https://github.com/python/cpython/pull/30968 ___ Python tracker <https://bugs.python.org/issue42

[issue42982] Update suggested number of iterations for pbkdf2_hmac()

2022-01-27 Thread miss-islington
miss-islington added the comment: New changeset ace0aa2a2793ba4a2b03e56c4ec375c5470edee8 by Gregory P. Smith in branch 'main': bpo-42982: update pbkdf2 example & add another link (GH-30966) https://github.com/python/cpython/commit/ace0aa2a2793ba4a2b03e56c4ec375c5470e

[issue46539] typing: forward references don't understand special type forms

2022-01-27 Thread miss-islington
miss-islington added the comment: New changeset bfcb41420a326ec353740d8180ffbf402746fa33 by Miss Islington (bot) in branch '3.10': bpo-46539: Pass status of special typeforms to forward references (GH-30926) https://github.com/python/cpython/commit/bfcb41420a326ec353740d8180ffbf402746fa33

[issue46539] typing: forward references don't understand special type forms

2022-01-27 Thread miss-islington
miss-islington added the comment: New changeset 37577033baadf5f4a30d0998bae7d26f11a694e2 by Miss Islington (bot) in branch '3.9': bpo-46539: Pass status of special typeforms to forward references (GH-30926) https://github.com/python/cpython/commit/37577033baadf5f4a30d0998bae7d26f11a694e2

[issue29844] Windows Python installers not installing DLL to System32/SysWOW64

2022-01-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +29142 pull_request: https://github.com/python/cpython/pull/30963 ___ Python tracker <https://bugs.python.org/issue29

[issue29844] Windows Python installers not installing DLL to System32/SysWOW64

2022-01-27 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +29141 pull_request: https://github.com/python/cpython/pull/30962 ___ Python tracker <https://bugs.python.org/issu

[issue44734] turtle: tests for Vec2D.__abs__ are too strict

2022-01-27 Thread miss-islington
miss-islington added the comment: New changeset 8e98ccc4c3fd1a12f168466422d206d814eba0f9 by Miss Islington (bot) in branch '3.9': bpo-44734: Fix floating point precision in test_turtle (GH-30910) https://github.com/python/cpython/commit/8e98ccc4c3fd1a12f168466422d206d814eba0f9

[issue44734] turtle: tests for Vec2D.__abs__ are too strict

2022-01-27 Thread miss-islington
miss-islington added the comment: New changeset 486a4b382943ed4c965a0a36b177e8e0b083a6e5 by Miss Islington (bot) in branch '3.10': bpo-44734: Fix floating point precision in test_turtle (GH-30910) https://github.com/python/cpython/commit/486a4b382943ed4c965a0a36b177e8e0b083a6e5

[issue45703] importlib.invalidate_caches() does not invalidate _NamespacePath's _last_parent_path-based cache

2022-01-27 Thread miss-islington
miss-islington added the comment: New changeset 5c39e474dbd61397c2ff877fa17d742bf4646702 by Petr Viktorin in branch '3.10': [3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922) https://github.com/python/cpython/commit

[issue44734] turtle: tests for Vec2D.__abs__ are too strict

2022-01-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +29140 pull_request: https://github.com/python/cpython/pull/30961 ___ Python tracker <https://bugs.python.org/issue44

[issue44734] turtle: tests for Vec2D.__abs__ are too strict

2022-01-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +29139 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/30960 ___ Python tracker <https://bugs.python.org/issu

[issue44791] Substitution of ParamSpec in Concatenate

2022-01-27 Thread miss-islington
miss-islington added the comment: New changeset 89db09029566cf3af04b540e33fe1ff9b32f8c8b by Miss Islington (bot) in branch '3.10': bpo-44791: Fix substitution of ParamSpec in Concatenate with different parameter expressions (GH-27518) https://github.com/python/cpython/commit

[issue44791] Substitution of ParamSpec in Concatenate

2022-01-27 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +29138 pull_request: https://github.com/python/cpython/pull/30959 ___ Python tracker <https://bugs.python.org/issu

[issue23556] [doc] Scope for raise without argument is different in Python 2 and 3

2022-01-27 Thread miss-islington
miss-islington added the comment: New changeset 2572c670d42887e4b1d2475b8da2e9bf6e0aa558 by Miss Islington (bot) in branch '3.10': [3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers. (GH-29236) (GH-30953

[issue23556] [doc] Scope for raise without argument is different in Python 2 and 3

2022-01-27 Thread miss-islington
miss-islington added the comment: New changeset 1440dd343871645c187028916dd6ee97300d2557 by Miss Islington (bot) in branch '3.9': bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers. (GH-29236) https://github.com

[issue23556] [doc] Scope for raise without argument is different in Python 2 and 3

2022-01-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +29133 pull_request: https://github.com/python/cpython/pull/30954 ___ Python tracker <https://bugs.python.org/issue23

[issue23556] [doc] Scope for raise without argument is different in Python 2 and 3

2022-01-27 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 9.0 -> 10.0 pull_requests: +29132 pull_request: https://github.com/python/cpython/pull/30953 ___ Python tracker <https://bugs.python.org/issu

[issue40280] Consider supporting emscripten/webassembly as a build target

2022-01-27 Thread miss-islington
miss-islington added the comment: New changeset 606e496dd6e2ace298532da200169124c26ae0f2 by Christian Heimes in branch 'main': bpo-40280: Use presence of msvcrt module to detect Windows (GH-30930) https://github.com/python/cpython/commit/606e496dd6e2ace298532da200169124c26ae0f2

[issue42982] Update suggested number of iterations for pbkdf2_hmac()

2022-01-27 Thread miss-islington
miss-islington added the comment: New changeset 1ecc98dedb7ae77c2d806a70b52dfecdac39ff5b by Miss Islington (bot) in branch '3.10': bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-24276) https://github.com/python/cpython/commit

[issue42982] Update suggested number of iterations for pbkdf2_hmac()

2022-01-27 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +29130 pull_request: https://github.com/python/cpython/pull/30951 ___ Python tracker <https://bugs.python.org/issu

<    1   2   3   4   5   6   7   8   9   10   >