[Python-checkins] gh-121450: Make inline breakpoints use the most recent pdb instance (#121451)

2024-07-10 Thread gaogaotiantian
https://github.com/python/cpython/commit/690b9355e00d1ea52020fde3feb4c043a2b214e2 commit: 690b9355e00d1ea52020fde3feb4c043a2b214e2 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-07-10T19:54:27-07:00 summary: gh-121450: Make inline breakpoints use the most recent pdb instance

[Python-checkins] [3.13] gh-117398: Use the correct module loader for iOS in datetime CAPI test (GH-120477) (#121561)

2024-07-10 Thread freakboy3742
https://github.com/python/cpython/commit/c08a302249edba844a26e1a0231671afd92b973d commit: c08a302249edba844a26e1a0231671afd92b973d branch: 3.13 author: neonene <[email protected]> committer: freakboy3742 date: 2024-07-11T06:48:53+08:00 summary: [3.13] gh-117398: Use the co

[Python-checkins] gh-121554: remove unnecessary internal functions in compile.c (#121555)

2024-07-10 Thread iritkatriel
https://github.com/python/cpython/commit/6557af669899f18f8d123f8e1b6c3380d502c519 commit: 6557af669899f18f8d123f8e1b6c3380d502c519 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-07-10T

[Python-checkins] gh-119786: fix broken links in docs and comment (#121601)

2024-07-10 Thread iritkatriel
https://github.com/python/cpython/commit/ef10110cd781afe8ddd3e65a54dc2b5ed2cb3187 commit: ef10110cd781afe8ddd3e65a54dc2b5ed2cb3187 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-07-10T

[Python-checkins] [3.13] gh-121596: Fix Sharing Interpreter Channels (gh-121600)

2024-07-10 Thread ericsnowcurrently
https://github.com/python/cpython/commit/5bb117586e7bec10420dc6e1434a8ebcfe7bc645 commit: 5bb117586e7bec10420dc6e1434a8ebcfe7bc645 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2024-07-10T21:54:47Z summary: [3.13] g

[Python-checkins] [3.13] gh-117657: Remove TSAN suppressions for _abc.c (GH-121508) (#121598)

2024-07-10 Thread colesbury
https://github.com/python/cpython/commit/85e9018a0124f0d2c0ac6686bd5be015e8adc9b7 commit: 85e9018a0124f0d2c0ac6686bd5be015e8adc9b7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-07-10T21:34:14Z summary: [3.13] gh-117657

[Python-checkins] gh-121596: Fix Sharing Interpreter Channels (gh-121597)

2024-07-10 Thread ericsnowcurrently
https://github.com/python/cpython/commit/35a67e36aa7cb0fc915771327f58bb0c70213867 commit: 35a67e36aa7cb0fc915771327f58bb0c70213867 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-07-10T21:31:09Z summary: gh-121596: Fix Sharing Interpreter Channels (gh-121597) This fixes a

[Python-checkins] gh-117657: Remove TSAN suppressions for _abc.c (#121508)

2024-07-10 Thread colesbury
https://github.com/python/cpython/commit/7641743d48b276de88a709ad40d715b6c5d7a2ea commit: 7641743d48b276de88a709ad40d715b6c5d7a2ea branch: main author: Sam Gross committer: colesbury date: 2024-07-10T17:08:10-04:00 summary: gh-117657: Remove TSAN suppressions for _abc.c (#121508) The functions

[Python-checkins] [3.13] gh-117657: Fix TSan race in _PyDict_CheckConsistency (GH-121551) (#121590)

2024-07-10 Thread colesbury
https://github.com/python/cpython/commit/927f882d762f5a2b02c8f41c042ddb4a1747d93a commit: 927f882d762f5a2b02c8f41c042ddb4a1747d93a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-07-10T18:28:44Z summary: [3.13] gh-117657

[Python-checkins] gh-117657: Fix TSan race in _PyDict_CheckConsistency (#121551)

2024-07-10 Thread colesbury
https://github.com/python/cpython/commit/3ec719fabf936ea7a012a76445b860759155de86 commit: 3ec719fabf936ea7a012a76445b860759155de86 branch: main author: Sam Gross committer: colesbury date: 2024-07-10T14:04:12-04:00 summary: gh-117657: Fix TSan race in _PyDict_CheckConsistency (#121551) The only

[Python-checkins] gh-120198: Stop the world when setting __class__ on free-threaded build (GH-120672)

2024-07-10 Thread Fidget-Spinner
https://github.com/python/cpython/commit/3bfc9c831ad9a3dcf4457e842f1e612e93014a17 commit: 3bfc9c831ad9a3dcf4457e842f1e612e93014a17 branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-07-11T02:02:08+08:00 summary: gh-120198: Stop the world when setting __class__ on free-threaded bui

[Python-checkins] [3.13] gh-121460: Skip freeing unallocated arenas (gh-121589)

2024-07-10 Thread ericsnowcurrently
https://github.com/python/cpython/commit/867cf402792bfc3b6db01c800cbce0e59fb3cfe1 commit: 867cf402792bfc3b6db01c800cbce0e59fb3cfe1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2024-07-10T17:05:11Z summary: [3.13] g

[Python-checkins] gh-121460: Skip freeing unallocated arenas (gh-121491)

2024-07-10 Thread ericsnowcurrently
https://github.com/python/cpython/commit/a802277914405786f6425f2776605c44bd407fc0 commit: a802277914405786f6425f2776605c44bd407fc0 branch: main author: Stefano Rivera committer: ericsnowcurrently date: 2024-07-10T10:40:55-06:00 summary: gh-121460: Skip freeing unallocated arenas (gh-121491) `mu

[Python-checkins] gh-121404: remove some accesses to compiler internals from codegen functions (#121538)

2024-07-10 Thread iritkatriel
https://github.com/python/cpython/commit/0177a343353d88ca8475dccabf6e98e164abb0e8 commit: 0177a343353d88ca8475dccabf6e98e164abb0e8 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-07-10T

[Python-checkins] [3.13] gh-107851: Fix spurious failures in fcntl eintr tests (GH-121556) (#121585)

2024-07-10 Thread colesbury
https://github.com/python/cpython/commit/0113c56a203c3569013c6d08486ccce2e9b7016b commit: 0113c56a203c3569013c6d08486ccce2e9b7016b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-07-10T15:02:26Z summary: [3.13] gh-107851

[Python-checkins] [3.12] gh-107851: Fix spurious failures in fcntl eintr tests (GH-121556) (#121586)

2024-07-10 Thread colesbury
https://github.com/python/cpython/commit/847c803c13093f3ec0a09188831e1a44f27894b1 commit: 847c803c13093f3ec0a09188831e1a44f27894b1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-07-10T14:54:45Z summary: [3.12] gh-107851

[Python-checkins] gh-107851: Fix spurious failures in fcntl eintr tests (#121556)

2024-07-10 Thread colesbury
https://github.com/python/cpython/commit/af9f6de6ea930b607f948f2c91a87fe4ca9d64db commit: af9f6de6ea930b607f948f2c91a87fe4ca9d64db branch: main author: Sam Gross committer: colesbury date: 2024-07-10T10:36:52-04:00 summary: gh-107851: Fix spurious failures in fcntl eintr tests (#121556) On heav

[Python-checkins] [3.13] gh-89364: Export PySignal_SetWakeupFd() function (GH-121537) (#121582)

2024-07-10 Thread vstinner
https://github.com/python/cpython/commit/0504f45b795d508014031ff0884160ddd86e44a1 commit: 0504f45b795d508014031ff0884160ddd86e44a1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-07-10T14:14:09Z summary: [3.13] gh-89364:

[Python-checkins] gh-89364: Export PySignal_SetWakeupFd() function (#121537)

2024-07-10 Thread vstinner
https://github.com/python/cpython/commit/ca0fb3423c13822d909d75eb616ecf1965e619ae commit: ca0fb3423c13822d909d75eb616ecf1965e619ae branch: main author: Victor Stinner committer: vstinner date: 2024-07-10T15:47:08+02:00 summary: gh-89364: Export PySignal_SetWakeupFd() function (#121537) Export t

[Python-checkins] [3.13] gh-121567: Improve `slice` C-API docs by mentioning exceptions (GH-121568) (#121578)

2024-07-10 Thread sobolevn
https://github.com/python/cpython/commit/8c4728f6af5b768f04aeb019a88de8e4aef0afc8 commit: 8c4728f6af5b768f04aeb019a88de8e4aef0afc8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-07-10T11:13:40Z summary: [3.13] gh-121567:

[Python-checkins] [3.12] gh-121567: Improve `slice` C-API docs by mentioning exceptions (GH-121568) (#121579)

2024-07-10 Thread sobolevn
https://github.com/python/cpython/commit/06b2ba3831a44804f8540809b8b927e396b2ab0c commit: 06b2ba3831a44804f8540809b8b927e396b2ab0c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-07-10T11:03:22Z summary: [3.12] gh-121567:

[Python-checkins] gh-121567: Improve `slice` C-API docs by mentioning exceptions (#121568)

2024-07-10 Thread sobolevn
https://github.com/python/cpython/commit/84a5597b08b7d53aced2fbd0048271ce762807a8 commit: 84a5597b08b7d53aced2fbd0048271ce762807a8 branch: main author: sobolevn committer: sobolevn date: 2024-07-10T13:56:44+03:00 summary: gh-121567: Improve `slice` C-API docs by mentioning exceptions (#121568)

[Python-checkins] [3.12] Improve zipimport tests (GH-121535) (GH-121570) (GH-121576)

2024-07-10 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d87b03a88d62687795e9bb784e3745c899f78527 commit: d87b03a88d62687795e9bb784e3745c899f78527 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-10T10:50:50Z summary: [3.12] Improve zipimport tests (GH-121535) (GH-121570) (GH-1215

[Python-checkins] [3.13] gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (GH-121572) (#121574)

2024-07-10 Thread sobolevn
https://github.com/python/cpython/commit/ced3fe87b06d943b351b811bee80318c907a081f commit: ced3fe87b06d943b351b811bee80318c907a081f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-07-10T10:38:48Z summary: [3.13] gh-121571:

[Python-checkins] [3.12] gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (GH-121572) (#121575)

2024-07-10 Thread sobolevn
https://github.com/python/cpython/commit/e47fec034e33e485bc85b543d883bc70d819ea1d commit: e47fec034e33e485bc85b543d883bc70d819ea1d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-07-10T10:35:29Z summary: [3.12] gh-121571:

[Python-checkins] gh-121547: deduplicate the code of const_cache update functions (#121548)

2024-07-10 Thread iritkatriel
https://github.com/python/cpython/commit/cced22c760a9398c27f0381048a1b3eb2e8ef50d commit: cced22c760a9398c27f0381048a1b3eb2e8ef50d branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-07-10T

[Python-checkins] gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (#121572)

2024-07-10 Thread sobolevn
https://github.com/python/cpython/commit/e2822360da30853f092d8a50ad83e52f6ea2ced9 commit: e2822360da30853f092d8a50ad83e52f6ea2ced9 branch: main author: sobolevn committer: sobolevn date: 2024-07-10T13:11:46+03:00 summary: gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead

[Python-checkins] [3.13] Improve zipimport tests (GH-121535) (GH-121570)

2024-07-10 Thread serhiy-storchaka
https://github.com/python/cpython/commit/35c9399078727aead06b2f2b3f70369898bc8992 commit: 35c9399078727aead06b2f2b3f70369898bc8992 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-10T13:11:39+03:00 summary: [3.13] Improve zipimport tests (GH-121535) (GH-121570) (c

[Python-checkins] Improve zipimport tests (GH-121535)

2024-07-10 Thread serhiy-storchaka
https://github.com/python/cpython/commit/22a0bdbf9a63f92f45106c7dc4377e45e0278e60 commit: 22a0bdbf9a63f92f45106c7dc4377e45e0278e60 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-10T11:29:03+03:00 summary: Improve zipimport tests (GH-121535) files: M Lib/test/tes

[Python-checkins] [3.13] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused (gh-121428) (gh-121565)

2024-07-10 Thread corona10
https://github.com/python/cpython/commit/a1fc8d31a7926f024ce5704465efb88ce1b95896 commit: a1fc8d31a7926f024ce5704465efb88ce1b95896 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2024-07-10T08:12:54Z summary: [3.13] GH-121439:

[Python-checkins] [3.12] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused (gh-121428) (#121566)

2024-07-10 Thread corona10
https://github.com/python/cpython/commit/ac4276cc7af019e1f68552fe28da79a01327658a commit: ac4276cc7af019e1f68552fe28da79a01327658a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2024-07-10T08:06:41Z summary: [3.12] GH-121439:

[Python-checkins] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused (gh-121428)

2024-07-10 Thread corona10
https://github.com/python/cpython/commit/9585a1a2a251aaa15baf6579e13dd3be0cb05f1f commit: 9585a1a2a251aaa15baf6579e13dd3be0cb05f1f branch: main author: satori1995 <[email protected]> committer: corona10 date: 2024-07-10T07:48:25Z summary: GH-121439: Allow PyTupleObject