[Python-checkins] [3.14] gh-140189: Add CI job to test iOS builds. (GH-140190) (#140696)

2025-10-27 Thread freakboy3742
https://github.com/python/cpython/commit/3fa7bf4b269c5dd76140a83712117e6da4061cc9 commit: 3fa7bf4b269c5dd76140a83712117e6da4061cc9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-10-28T06:13:30Z summary: [3.14] gh-140

[Python-checkins] gh-140189: Add CI job to test iOS builds. (#140190)

2025-10-27 Thread freakboy3742
https://github.com/python/cpython/commit/f4e6370582380b12286b6f5b625c282eaf12c84a commit: f4e6370582380b12286b6f5b625c282eaf12c84a branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-10-28T13:46:38+08:00 summary: gh-140189: Add CI job to test iOS builds. (#140190) Adds a

[Python-checkins] [3.14] gh-140104: Set next_instr properly in the JIT during exceptions (GH-140233) (GH-140687)

2025-10-27 Thread Fidget-Spinner
https://github.com/python/cpython/commit/2e216728038a03d387231f39ded091ec318ba61b commit: 2e216728038a03d387231f39ded091ec318ba61b branch: 3.14 author: Mikhail Efimov committer: Fidget-Spinner date: 2025-10-27T23:49:10Z summary: [3.14] gh-140104: Set next_instr properly in the JIT during excepti

[Python-checkins] gh-140544: fix build for including `pycore_pystate.h` when `HAVE_THREAD_LOCAL` is not defined (#140623)

2025-10-27 Thread kumaraditya303
https://github.com/python/cpython/commit/f5394c257ce4118394fe5ff561a2b0ad238a8d65 commit: f5394c257ce4118394fe5ff561a2b0ad238a8d65 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-28T01:40:41+05:30 summary: gh-140544: fix build for including `pycore_pystate.h` when `HAVE

[Python-checkins] [3.14] gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-140667) (GH-140685)

2025-10-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3bb0eb4ca97721de85ad394d0d010d9da2904da2 commit: 3bb0eb4ca97721de85ad394d0d010d9da2904da2 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-10-27T20:08:57Z summary: [3.14] gh

[Python-checkins] [3.13] gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-140667) (GH-140686)

2025-10-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9c8eade20c6c6cc6f31dffb5e42472391d63bbf4 commit: 9c8eade20c6c6cc6f31dffb5e42472391d63bbf4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-10-27T20:05:10Z summary: [3.13] gh

[Python-checkins] gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-140667)

2025-10-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/364ae607d8035db8ba92486ebebd8225446c1a90 commit: 364ae607d8035db8ba92486ebebd8225446c1a90 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-10-27T21:42:32+02:00 summary: gh-140634: Fix a reference counting bug in os.sched_param.

[Python-checkins] [3.13] gh-140301: Fix memory leak in subinterpreter PyConfig cleanup (GH-140303) (#140684)

2025-10-27 Thread kumaraditya303
https://github.com/python/cpython/commit/fd6df6662459d8a3b86016f07bf7aa087bddfe87 commit: fd6df6662459d8a3b86016f07bf7aa087bddfe87 branch: 3.13 author: Shamil committer: kumaraditya303 date: 2025-10-27T19:42:13Z summary: [3.13] gh-140301: Fix memory leak in subinterpreter PyConfig cleanup (GH-1

[Python-checkins] gh-140104: Set next_instr properly in the JIT during exceptions (GH-140233)

2025-10-27 Thread Fidget-Spinner
https://github.com/python/cpython/commit/a7160912274003672dc116d918260c0a81551c21 commit: a7160912274003672dc116d918260c0a81551c21 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-10-27T18:26:47Z summary: gh-140104: Set next_instr properly in the JIT during exceptions (GH-140233

[Python-checkins] gh-140607: Validate returned byte count in RawIOBase.read (#140611)

2025-10-27 Thread vstinner
https://github.com/python/cpython/commit/0f0a362768aecb4c791724cce486d8317533a94d commit: 0f0a362768aecb4c791724cce486d8317533a94d branch: main author: Cody Maloney committer: vstinner date: 2025-10-27T18:06:46Z summary: gh-140607: Validate returned byte count in RawIOBase.read (#140611) While

[Python-checkins] gh-125434: Display thread name in faulthandler on Windows (#140675)

2025-10-27 Thread vstinner
https://github.com/python/cpython/commit/313145eab5f6ebca21d2e3c80c130980d3bcdc88 commit: 313145eab5f6ebca21d2e3c80c130980d3bcdc88 branch: main author: Victor Stinner committer: vstinner date: 2025-10-27T18:41:18+01:00 summary: gh-125434: Display thread name in faulthandler on Windows (#140675)

[Python-checkins] gh-138050: [WIP] JIT - Streamline MAKE_WARM - move coldness check to executor creation (GH-138240)

2025-10-27 Thread markshannon
https://github.com/python/cpython/commit/1753ccb43223b0a1054aaca31353e3778d2b12a1 commit: 1753ccb43223b0a1054aaca31353e3778d2b12a1 branch: main author: alm committer: markshannon date: 2025-10-27T16:37:37Z summary: gh-138050: [WIP] JIT - Streamline MAKE_WARM - move coldness check to executor cr

[Python-checkins] gh-79922: Remove always false test skips in `test_time` (#136202)

2025-10-27 Thread pganssle
https://github.com/python/cpython/commit/e03d8e4f509f3588c4f13e04006266100ddec0b2 commit: e03d8e4f509f3588c4f13e04006266100ddec0b2 branch: main author: Stan Ulbrych <[email protected]> committer: pganssle <[email protected]> date: 2025-10-27T1

[Python-checkins] [3.13] gh-92266: Update pre-commit (GH-139411) (#139760)

2025-10-27 Thread hugovk
https://github.com/python/cpython/commit/2d29aa20369b6dc50f1be4bfaf528fb4b107 commit: 2d29aa20369b6dc50f1be4bfaf528fb4b107 branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-10-27T16:14:48+0

[Python-checkins] gh-140641: Break out of inittab search on match (GH-140642)

2025-10-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e8b5cb8f33caeb779c6e2a59776ea62bd8c684d2 commit: e8b5cb8f33caeb779c6e2a59776ea62bd8c684d2 branch: main author: Itamar Oren committer: serhiy-storchaka date: 2025-10-27T15:18:58+02:00 summary: gh-140641: Break out of inittab search on match (GH-140642) fi

[Python-checkins] gh-116738: Use PyMutex for bz2 module (gh-140555)

2025-10-27 Thread colesbury
https://github.com/python/cpython/commit/9479a62a51e6fbcb3372f5ac07b3ab861e7d17e3 commit: 9479a62a51e6fbcb3372f5ac07b3ab861e7d17e3 branch: main author: Alper committer: colesbury date: 2025-10-27T09:52:30-04:00 summary: gh-116738: Use PyMutex for bz2 module (gh-140555) The methods are already w

[Python-checkins] [3.13] gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-140636) (GH-140670)

2025-10-27 Thread encukou
https://github.com/python/cpython/commit/ec5f5418f9165d9e3f0841e68f7882bf64c492fb commit: ec5f5418f9165d9e3f0841e68f7882bf64c492fb branch: 3.13 author: Victor Stinner committer: encukou date: 2025-10-27T14:43:59+01:00 summary: [3.13] gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11

[Python-checkins] [3.14] gh-140358: Bring back elapsed time and unreachable count to gc debug output (GH-140359) (#140405)

2025-10-27 Thread hugovk
https://github.com/python/cpython/commit/c1bfd4cb9c86a35c03ca330589ff0eda4d5ce77c commit: c1bfd4cb9c86a35c03ca330589ff0eda4d5ce77c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-2

[Python-checkins] [3.14] gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-140636) (#140668)

2025-10-27 Thread vstinner
https://github.com/python/cpython/commit/ce1deb947ef7fbf58bf0a6dfe35bf7e1b543e381 commit: ce1deb947ef7fbf58bf0a6dfe35bf7e1b543e381 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-27T14:15:49+01:00 summary: [3.14] gh-14

[Python-checkins] [3.13] gh-140633: AppleFrameworkLoader: Ignore AttributeError when setting __file__ (GH-140635) (GH-140659)

2025-10-27 Thread encukou
https://github.com/python/cpython/commit/0e3b47b839f40238bdb693c00cc24913c0acc87f commit: 0e3b47b839f40238bdb693c00cc24913c0acc87f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-27T14:08:09+01:00 summary: [3.13] gh-140

[Python-checkins] [3.14] gh-140633: AppleFrameworkLoader: Ignore AttributeError when setting __file__ (GH-140635) (GH-140660)

2025-10-27 Thread encukou
https://github.com/python/cpython/commit/87afee231278417f87078bf3a225e012c72e9339 commit: 87afee231278417f87078bf3a225e012c72e9339 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-27T14:08:00+01:00 summary: [3.14] gh-140

[Python-checkins] gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-140636)

2025-10-27 Thread encukou
https://github.com/python/cpython/commit/c6364775236e3c634c3393c7f50fece50611245f commit: c6364775236e3c634c3393c7f50fece50611245f branch: main author: Victor Stinner committer: encukou date: 2025-10-27T12:59:56+01:00 summary: gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-140

[Python-checkins] gh-134160: Add more comments for the xxlimited module (GH-140214)

2025-10-27 Thread encukou
https://github.com/python/cpython/commit/18e4a89e42c681fe035d4d39a71e79d3c6b70903 commit: 18e4a89e42c681fe035d4d39a71e79d3c6b70903 branch: main author: Petr Viktorin committer: encukou date: 2025-10-27T11:39:42+01:00 summary: gh-134160: Add more comments for the xxlimited module (GH-140214) fil

[Python-checkins] [3.14] Docs: Replace "encoder" with "decoder" in `Doc/c-api/codec.rst` (GH-140613) (#140661)

2025-10-27 Thread vstinner
https://github.com/python/cpython/commit/5ae4612e72c315ac18edaeee9e4851654844a454 commit: 5ae4612e72c315ac18edaeee9e4851654844a454 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-27T09:51:14Z summary: [3.14] Docs: Repl

[Python-checkins] [3.13] Docs: Replace "encoder" with "decoder" in `Doc/c-api/codec.rst` (GH-140613) (#140662)

2025-10-27 Thread vstinner
https://github.com/python/cpython/commit/134e2f8d7fd502c7fc2976f99891c51a9a524b66 commit: 134e2f8d7fd502c7fc2976f99891c51a9a524b66 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-27T09:51:34Z summary: [3.13] Docs: Repl

[Python-checkins] Docs: Replace "encoder" with "decoder" in `Doc/c-api/codec.rst` (#140613)

2025-10-27 Thread vstinner
https://github.com/python/cpython/commit/d12086e8228323cc2e31d263f1aeb8190bd1c1d9 commit: d12086e8228323cc2e31d263f1aeb8190bd1c1d9 branch: main author: RayXu <[email protected]> committer: vstinner date: 2025-10-27T10:43:24+01:00 summary: Docs: Replace "encoder" with

[Python-checkins] [3.14] Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c) (GH-140637) (#140658)

2025-10-27 Thread sobolevn
https://github.com/python/cpython/commit/97c59f9d61f28a86ab4e470fd5382848c9b5536f commit: 97c59f9d61f28a86ab4e470fd5382848c9b5536f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-10-27T09:21:43Z summary: [3.14] Remove dea

[Python-checkins] gh-140633: AppleFrameworkLoader: Ignore AttributeError when setting __file__ (GH-140635)

2025-10-27 Thread encukou
https://github.com/python/cpython/commit/3416e7c8dc004773d814b6f9ec9562434ed961cd commit: 3416e7c8dc004773d814b6f9ec9562434ed961cd branch: main author: Petr Viktorin committer: encukou date: 2025-10-27T10:09:22+01:00 summary: gh-140633: AppleFrameworkLoader: Ignore AttributeError when setting __

[Python-checkins] Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c) (#140637)

2025-10-27 Thread sobolevn
https://github.com/python/cpython/commit/7d70a147f58edabc9691869a0e8b606c9c3ac184 commit: 7d70a147f58edabc9691869a0e8b606c9c3ac184 branch: main author: Shamil committer: sobolevn date: 2025-10-27T11:55:57+03:00 summary: Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c) (#140637) f