[Python-checkins] gh-126986: Drop _PyInterpreterState_FailIfNotRunning() (gh-126988)

2024-11-18 Thread ericsnowcurrently
https://github.com/python/cpython/commit/d6b3e78504b3168c432b20002dbcf8ec9a435e61 commit: d6b3e78504b3168c432b20002dbcf8ec9a435e61 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-11-19T00:11:12Z summary: gh-126986: Drop _PyInterpreterState_FailIfNotRunning() (gh-126988) W

[Python-checkins] getpath: fix warning typo (#126978)

2024-11-18 Thread FFY00
https://github.com/python/cpython/commit/0063f5f314350ad5122a86f31df65f5dff4f4e5c commit: 0063f5f314350ad5122a86f31df65f5dff4f4e5c branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-11-18T23:50:01Z summary: getpath: fix warning typo (#126978) files: M Modules/getpath.py diff --gi

[Python-checkins] gh-101955: Fix SystemError in possesive quantifier with alternative and group (GH-111362)

2024-11-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f9c5573dedcb2f2e9ae152672ce157987cdea612 commit: f9c5573dedcb2f2e9ae152672ce157987cdea612 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-18T13:43:44+02:00 summary: gh-101955: Fix SystemError in possesive quantifier with al

[Python-checkins] GH-126795: Increase the JIT threshold from 16 to 4096 (GH-126816)

2024-11-18 Thread brandtbucher
https://github.com/python/cpython/commit/4cd10762b06ec57252e3c7373e74240b4d0c5ed8 commit: 4cd10762b06ec57252e3c7373e74240b4d0c5ed8 branch: main author: Brandt Bucher committer: brandtbucher date: 2024-11-18T11:11:23-08:00 summary: GH-126795: Increase the JIT threshold from 16 to 4096 (GH-126816)

[Python-checkins] gh-85957: Add missing MIME types for images with RFCs (#126966)

2024-11-18 Thread hugovk
https://github.com/python/cpython/commit/933f21c3c92f758fb0615d6a4cca10249c686ae7 commit: 933f21c3c92f758fb0615d6a4cca10249c686ae7 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-11-18T20:13:20+0

[Python-checkins] gh-67877: Fix memory leaks in terminated RE matching (GH-126840)

2024-11-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7538e7f5696408fa0aa02fce8a413a7dfac76a04 commit: 7538e7f5696408fa0aa02fce8a413a7dfac76a04 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-18T11:53:45+02:00 summary: gh-67877: Fix memory leaks in terminated RE matching (GH-1

[Python-checkins] gh-123803: Support arbitrary code page encodings on Windows (GH-123804)

2024-11-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f7ef0203d44acb21ab1c5ff0c3e15f9727862760 commit: f7ef0203d44acb21ab1c5ff0c3e15f9727862760 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-18T17:45:25Z summary: gh-123803: Support arbitrary code page encodings on Windows (GH

[Python-checkins] [3.13] gh-126911: Update credits output (GH-126913) (#126973)

2024-11-18 Thread hugovk
https://github.com/python/cpython/commit/5457561452055a3362e3d6547df6d34757e85c23 commit: 5457561452055a3362e3d6547df6d34757e85c23 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-11-1

[Python-checkins] [3.12] gh-126911: Update credits output (GH-126913) (#126974)

2024-11-18 Thread hugovk
https://github.com/python/cpython/commit/126acc1bb0782ac7b7944ba1d0f877da728967a7 commit: 126acc1bb0782ac7b7944ba1d0f877da728967a7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-11-1

[Python-checkins] gh-126911: Update credits output (#126913)

2024-11-18 Thread hugovk
https://github.com/python/cpython/commit/8fe1926164932f868e6e907ad72a74c2f2372b07 commit: 8fe1926164932f868e6e907ad72a74c2f2372b07 branch: main author: Stan U. <[email protected]> committer: hugovk <[email protected]> date: 2024-11-18T17:29:14+0

[Python-checkins] [3.13] gh-109413: Enable `strict_optional = true` for `libregrtest/run_workers` (GH-126855) (#126967)

2024-11-18 Thread sobolevn
https://github.com/python/cpython/commit/a7b44d63217d15a584ef7141d6bbf12a454aa745 commit: a7b44d63217d15a584ef7141d6bbf12a454aa745 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-11-18T14:50:31Z summary: [3.13] gh-109413:

[Python-checkins] GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-126502)

2024-11-18 Thread markshannon
https://github.com/python/cpython/commit/b0fcc2c47a34a69c35c1a8031cd0589d3747c1af commit: b0fcc2c47a34a69c35c1a8031cd0589d3747c1af branch: main author: Mark Shannon committer: markshannon date: 2024-11-18T14:31:26Z summary: GH-126491: GC: Mark objects reachable from roots before doing cycle coll

[Python-checkins] gh-109413: Enable `strict_optional = true` for `libregrtest/run_workers` (#126855)

2024-11-18 Thread sobolevn
https://github.com/python/cpython/commit/a1d9c8aa800dd7c9eb634f89646be10e9cfc9c8d commit: a1d9c8aa800dd7c9eb634f89646be10e9cfc9c8d branch: main author: sobolevn committer: sobolevn date: 2024-11-18T17:23:43+03:00 summary: gh-109413: Enable `strict_optional = true` for `libregrtest/run_workers`

[Python-checkins] [3.12] gh-126909: Fix running xattr tests on systems with lower limits (GH-126930) (#126964)

2024-11-18 Thread vstinner
https://github.com/python/cpython/commit/fd241d64c174a4d1d60e348d29d26344fc5670c2 commit: fd241d64c174a4d1d60e348d29d26344fc5670c2 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-11-18T13:22:58Z summary: [3.12] gh-126909:

[Python-checkins] Doc: Reorganize math module documentation (#126337)

2024-11-18 Thread vstinner
https://github.com/python/cpython/commit/ce453e6c2ffda657d9d728ea6372121e8264418e commit: ce453e6c2ffda657d9d728ea6372121e8264418e branch: main author: Joseph Martinot-Lagarde committer: vstinner date: 2024-11-18T08:57:32+01:00 summary: Doc: Reorganize math module documentation (#126337) Co-aut

[Python-checkins] [3.13] gh-126789: Correct sysconfig test exclusions for iOS and Android. (GH-126941) (GH-126950)

2024-11-18 Thread encukou
https://github.com/python/cpython/commit/da7e93de95cbbc83f76220d87fb73590fe62157a commit: da7e93de95cbbc83f76220d87fb73590fe62157a branch: 3.13 author: Petr Viktorin committer: encukou date: 2024-11-18T14:57:58+01:00 summary: [3.13] gh-126789: Correct sysconfig test exclusions for iOS and Androi

[Python-checkins] [3.13] gh-126909: Fix running xattr tests on systems with lower limits (GH-126930) (#126965)

2024-11-18 Thread vstinner
https://github.com/python/cpython/commit/1fbd84bf6887243f51b2ad95241a183ce547aea5 commit: 1fbd84bf6887243f51b2ad95241a183ce547aea5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-11-18T13:33:53Z summary: [3.13] gh-126909:

[Python-checkins] gh-126909: Fix running xattr tests on systems with lower limits (#126930)

2024-11-18 Thread vstinner
https://github.com/python/cpython/commit/2c0a21c1aad65ab8362491acf856eb574b1257ad commit: 2c0a21c1aad65ab8362491acf856eb574b1257ad branch: main author: Michał Górny committer: vstinner date: 2024-11-18T14:05:55+01:00 summary: gh-126909: Fix running xattr tests on systems with lower limits (#1269

[Python-checkins] [3.13] gh-101955: Fix SystemError in possesive quantifier with alternative and group (GH-111362) (GH-126962)

2024-11-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c2c18acc3db031647fce06c4e1701ec0303e309c commit: c2c18acc3db031647fce06c4e1701ec0303e309c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-11-18T12:13:08Z summary: [3.13] gh

[Python-checkins] [3.12] gh-101955: Fix SystemError in possesive quantifier with alternative and group (GH-111362) (GH-126963)

2024-11-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/06dc4bd0731368b99bd4b0f7047a93f33b69774f commit: 06dc4bd0731368b99bd4b0f7047a93f33b69774f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-11-18T12:03:19Z summary: [3.12] gh

[Python-checkins] [3.12] gh-67877: Fix memory leaks in terminated RE matching (GH-126840) (GH-126961)

2024-11-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8eb25faed706de41bd6965efbb15d04b5715ed48 commit: 8eb25faed706de41bd6965efbb15d04b5715ed48 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-18T11:24:13Z summary: [3.12] gh-67877: Fix memory leaks in terminated RE matching (GH

[Python-checkins] [3.13] gh-67877: Fix memory leaks in terminated RE matching (GH-126840) (GH-126960)

2024-11-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/885386b4a258caa6bdca6b7cc6db2f2d2dd2987d commit: 885386b4a258caa6bdca6b7cc6db2f2d2dd2987d branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-18T11:26:45Z summary: [3.13] gh-67877: Fix memory leaks in terminated RE matching (GH

[Python-checkins] gh-126789: Correct sysconfig test exclusions for iOS and Android. (GH-126941)

2024-11-18 Thread encukou
https://github.com/python/cpython/commit/3938fd60c0c88891b213097380aeea91a45bcd77 commit: 3938fd60c0c88891b213097380aeea91a45bcd77 branch: main author: Russell Keith-Magee committer: encukou date: 2024-11-18T09:50:40+01:00 summary: gh-126789: Correct sysconfig test exclusions for iOS and Android