[Python-checkins] [3.14] gh-144277: Fix usage of free-threaded terminology in the documentation (GH-144333) (GH-144385)

2026-02-01 Thread ZeroIntensity
https://github.com/python/cpython/commit/c766dda80dc49bd6efb84006f79de0c36c2918c3 commit: c766dda80dc49bd6efb84006f79de0c36c2918c3 branch: 3.14 author: Peter Bierma committer: ZeroIntensity date: 2026-02-01T21:01:43-05:00 summary: [3.14] gh-144277: Fix usage of free-threaded terminology in the d

[Python-checkins] gh-144277: Fix usage of free-threaded terminology in the documentation (GH-144333)

2026-02-01 Thread ZeroIntensity
https://github.com/python/cpython/commit/3a0e1835563e6acfa3059a7d9777260cb2b6717d commit: 3a0e1835563e6acfa3059a7d9777260cb2b6717d branch: main author: Peter Bierma committer: ZeroIntensity date: 2026-02-01T20:39:26-05:00 summary: gh-144277: Fix usage of free-threaded terminology in the document

[Python-checkins] gh-143904: Raise OverflowError instead of IndexError for too large offset in struct.pack_into() (GH-143905)

2026-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/18347417b06d09fa7eeac68f88eb1e720e925c65 commit: 18347417b06d09fa7eeac68f88eb1e720e925c65 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-02-01T15:25:59+02:00 summary: gh-143904: Raise OverflowError instead of IndexError for t