[Python-checkins] Remove deferred ``typing`` import in ``annotationlib`` (#132034)

2025-04-02 Thread JelleZijlstra
https://github.com/python/cpython/commit/b3e3cc054c2c7718c0ad7c4690f76716649a2588 commit: b3e3cc054c2c7718c0ad7c4690f76716649a2588 branch: main author: Adam Turner <[email protected]> committer: JelleZijlstra date: 2025-04-02T20:30:31-07:00 summary: Remove deferred ``typi

[Python-checkins] gh-60115: Support frozen modules for linecache.getline() (#131638)

2025-04-02 Thread gaogaotiantian
https://github.com/python/cpython/commit/6bd96894269be4754a811fb8ea1e3b627a676562 commit: 6bd96894269be4754a811fb8ea1e3b627a676562 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-04-02T19:50:01-04:00 summary: gh-60115: Support frozen modules for linecache.getline() (#131638)

[Python-checkins] gh-118761: Optimise import time for ast (#131953)

2025-04-02 Thread AA-Turner
https://github.com/python/cpython/commit/f20f02e6b586d5e497a1da2912930203b3469c17 commit: f20f02e6b586d5e497a1da2912930203b3469c17 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-04-02T17:22:1

[Python-checkins] [3.13] gh-130197: pygettext: Test the --escape option (GH-131902) (GH-132032)

2025-04-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2d909c356ffbd0f101a284e5eaaae4b6c264fa9d commit: 2d909c356ffbd0f101a284e5eaaae4b6c264fa9d branch: 3.13 author: Tomas R. committer: serhiy-storchaka date: 2025-04-02T20:30:26Z summary: [3.13] gh-130197: pygettext: Test the --escape option (GH-131902) (GH-1

[Python-checkins] [3.12] gh-130197: pygettext: Test the --escape option (GH-131902) (GH-132033)

2025-04-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/da7ac18c9dd9e73c9a87ec1a331e407d75a4e091 commit: da7ac18c9dd9e73c9a87ec1a331e407d75a4e091 branch: 3.12 author: Tomas R. committer: serhiy-storchaka date: 2025-04-02T23:29:02+03:00 summary: [3.12] gh-130197: pygettext: Test the --escape option (GH-131902)

[Python-checkins] gh-118761: Fix star-import of ast (#132025)

2025-04-02 Thread AA-Turner
https://github.com/python/cpython/commit/06822bfbf625e9777813542be0b8a2d10a685f30 commit: 06822bfbf625e9777813542be0b8a2d10a685f30 branch: main author: Jelle Zijlstra committer: AA-Turner <[email protected]> date: 2025-04-02T18:15:05Z summary: gh-118761: Fix star-import o

[Python-checkins] gh-111178: Skip test_perf_profiler on function sanitizer (#132020)

2025-04-02 Thread vstinner
https://github.com/python/cpython/commit/643dd5107cee995c0b48511bf5dbc52c695d11af commit: 643dd5107cee995c0b48511bf5dbc52c695d11af branch: main author: Victor Stinner committer: vstinner date: 2025-04-02T18:46:10+02:00 summary: gh-78: Skip test_perf_profiler on function sanitizer (#132020)

[Python-checkins] [3.13] gh-131544: Update docs for PyType_AddWatcher (gh-132015) (gh-132019)

2025-04-02 Thread corona10
https://github.com/python/cpython/commit/75d453b0ab852b1cc295ea602b3df413ef0ce569 commit: 75d453b0ab852b1cc295ea602b3df413ef0ce569 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2025-04-03T01:24:43+09:00 summary: [3.13] gh-13

[Python-checkins] gh-59705: Fix solaris detection in test_threading.test_set_name() (#132012)

2025-04-02 Thread vstinner
https://github.com/python/cpython/commit/e8085319eb20aca7c0f8507aece505461db4f578 commit: e8085319eb20aca7c0f8507aece505461db4f578 branch: main author: Jakub KulĂ­k committer: vstinner date: 2025-04-02T16:34:43+02:00 summary: gh-59705: Fix solaris detection in test_threading.test_set_name() (#132

[Python-checkins] gh-131974: Fix usages of `locked_deref` in `ctypes` (#131975)

2025-04-02 Thread vstinner
https://github.com/python/cpython/commit/6e91d1f9aafc6e375092b8c14f6e30ebc74e4004 commit: 6e91d1f9aafc6e375092b8c14f6e30ebc74e4004 branch: main author: Peter Bierma committer: vstinner date: 2025-04-02T17:04:25+02:00 summary: gh-131974: Fix usages of `locked_deref` in `ctypes` (#131975) files:

[Python-checkins] gh-131544: Update docs for PyType_AddWatcher (gh-132015)

2025-04-02 Thread corona10
https://github.com/python/cpython/commit/25275bda790e8a689092e83855d6d0574f26061b commit: 25275bda790e8a689092e83855d6d0574f26061b branch: main author: Donghee Na committer: corona10 date: 2025-04-02T15:04:07Z summary: gh-131544: Update docs for PyType_AddWatcher (gh-132015) files: M Doc/c-api/

[Python-checkins] [3.13] gh-131888: fix ResourceWarning in test_ftplib (GH-131889) (#132009)

2025-04-02 Thread vstinner
https://github.com/python/cpython/commit/b1cd14bd05e525455921570bf1dc86d46d2febcf commit: b1cd14bd05e525455921570bf1dc86d46d2febcf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-04-02T12:54:21Z summary: [3.13] gh-131888:

[Python-checkins] [3.12] gh-131888: fix ResourceWarning in test_ftplib (GH-131889) (#132010)

2025-04-02 Thread vstinner
https://github.com/python/cpython/commit/e4fe4d9d5343be2946d1879b298fec26b15e37ad commit: e4fe4d9d5343be2946d1879b298fec26b15e37ad branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-04-02T12:46:40Z summary: [3.12] gh-131888:

[Python-checkins] [3.13] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-132003) (#132007)

2025-04-02 Thread sobolevn
https://github.com/python/cpython/commit/57e4f0886da453ef4125a7532e2b682e00c67843 commit: 57e4f0886da453ef4125a7532e2b682e00c67843 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-04-02T12:15:44Z summary: [3.13] gh-132002:

[Python-checkins] [3.12] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-132003) (#132008)

2025-04-02 Thread sobolevn
https://github.com/python/cpython/commit/b3cf1f27e94d65eba4ed300bdf5851c0326a2a44 commit: b3cf1f27e94d65eba4ed300bdf5851c0326a2a44 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-04-02T12:05:30Z summary: [3.12] gh-132002: