[Python-checkins] [3.13] Revert "gh-115432: Add critical section variant that handles a NULL object (GH-115433)" (GH-118861) (#118872)

2024-05-09 Thread colesbury
https://github.com/python/cpython/commit/b62cb5234be2f43833e52063bf32bff5b2cffc98 commit: b62cb5234be2f43833e52063bf32bff5b2cffc98 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-09T19:06:35-04:00 summary: [3.13] Reve

[Python-checkins] [3.13] gh-118851: Default ctx arguments to AST constructors to Load() (GH-118854) (#118871)

2024-05-09 Thread JelleZijlstra
https://github.com/python/cpython/commit/00ec116883f71d51b4f27fe7f6ea98cf1f176e6e commit: 00ec116883f71d51b4f27fe7f6ea98cf1f176e6e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-05-09T22:52:42Z summary: [3.13] gh-11

[Python-checkins] Revert "gh-115432: Add critical section variant that handles a NULL object (#115433)" (#118861)

2024-05-09 Thread colesbury
https://github.com/python/cpython/commit/46c808172fd3148e3397234b23674bf70734fb55 commit: 46c808172fd3148e3397234b23674bf70734fb55 branch: main author: Sam Gross committer: colesbury date: 2024-05-09T18:33:53-04:00 summary: Revert "gh-115432: Add critical section variant that handles a NULL obje

[Python-checkins] gh-118851: Default ctx arguments to AST constructors to Load() (#118854)

2024-05-09 Thread JelleZijlstra
https://github.com/python/cpython/commit/68fbc00dc870f6a8dcbecd2ec19298e21015867f commit: 68fbc00dc870f6a8dcbecd2ec19298e21015867f branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-05-09T15:30:14-07:00 summary: gh-118851: Default ctx arguments to AST constructors to Load()

[Python-checkins] [3.13] gh-117657: Replace TSAN suppresions with more specific rules (GH-118722) (#118870)

2024-05-09 Thread colesbury
https://github.com/python/cpython/commit/982c73a33edf6c1348812c1794a95c20c0c2d906 commit: 982c73a33edf6c1348812c1794a95c20c0c2d906 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-09T21:36:25Z summary: [3.13] gh-117657

[Python-checkins] gh-117657: Replace TSAN suppresions with more specific rules (#118722)

2024-05-09 Thread colesbury
https://github.com/python/cpython/commit/98ff3f65c0232f31df89ebb52b244625ec9e3eb6 commit: 98ff3f65c0232f31df89ebb52b244625ec9e3eb6 branch: main author: Brett Simmers committer: colesbury date: 2024-05-09T17:02:39-04:00 summary: gh-117657: Replace TSAN suppresions with more specific rules (#11872

[Python-checkins] [3.13] gh-118846: Fix PGO tests in free-threaded build (GH-118862) (#118867)

2024-05-09 Thread colesbury
https://github.com/python/cpython/commit/d4c6948340463e4da629822394b84921ff48c24f commit: d4c6948340463e4da629822394b84921ff48c24f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-09T20:34:22Z summary: [3.13] gh-118846

[Python-checkins] [3.13] gh-116984: Make mimalloc header includes relative to the current file (GH-118808) (#118866)

2024-05-09 Thread colesbury
https://github.com/python/cpython/commit/0a23970478a8e10476f4c3095060ef00e07826a2 commit: 0a23970478a8e10476f4c3095060ef00e07826a2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-09T20:26:36Z summary: [3.13] gh-116984

[Python-checkins] gh-118846: Fix PGO tests in free-threaded build (#118862)

2024-05-09 Thread colesbury
https://github.com/python/cpython/commit/1b1db2fd9a531e26b79b34667bccfb938c4d184d commit: 1b1db2fd9a531e26b79b34667bccfb938c4d184d branch: main author: Sam Gross committer: colesbury date: 2024-05-09T16:06:20-04:00 summary: gh-118846: Fix PGO tests in free-threaded build (#118862) Avoid immorta

[Python-checkins] gh-116984: Make mimalloc header includes relative to the current file (#118808)

2024-05-09 Thread colesbury
https://github.com/python/cpython/commit/71cc0651e79041abd648595f3030dfa41009137a commit: 71cc0651e79041abd648595f3030dfa41009137a branch: main author: Sam Gross committer: colesbury date: 2024-05-09T16:03:45-04:00 summary: gh-116984: Make mimalloc header includes relative to the current file (#

[Python-checkins] [3.13] gh-118561: Fix crash involving list.extend in free-threaded build (GH-118723) (#118863)

2024-05-09 Thread colesbury
https://github.com/python/cpython/commit/846cfb9a67fa4bdb81cd482a4a9e41a089ea80b3 commit: 846cfb9a67fa4bdb81cd482a4a9e41a089ea80b3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-09T19:14:47Z summary: [3.13] gh-118561

[Python-checkins] gh-118561: Fix crash involving list.extend in free-threaded build (#118723)

2024-05-09 Thread colesbury
https://github.com/python/cpython/commit/2402715e10d00ef60fad2948d8461559d084eb36 commit: 2402715e10d00ef60fad2948d8461559d084eb36 branch: main author: Sam Gross committer: colesbury date: 2024-05-09T18:52:27Z summary: gh-118561: Fix crash involving list.extend in free-threaded build (#118723)

[Python-checkins] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)

2024-05-09 Thread zooba
https://github.com/python/cpython/commit/eb29e2f5905da9d1ce78bc98b151e763ff46 commit: eb29e2f5905da9d1ce78bc98b151e763ff46 branch: 3.12 author: Steve Dower committer: zooba date: 2024-05-09T19:18:56+01:00 summary: gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) files: A Misc

[Python-checkins] [3.13] gh-118849: Fix "code will never be executed" warning in `dictobject.c` (GH-118850) (#118859)

2024-05-09 Thread sobolevn
https://github.com/python/cpython/commit/098eec9a1549b39ca55cfd59a9432698bfa07773 commit: 098eec9a1549b39ca55cfd59a9432698bfa07773 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-05-09T17:40:48Z summary: [3.13] gh-118849:

[Python-checkins] gh-118849: Fix "code will never be executed" warning in `dictobject.c` (#118850)

2024-05-09 Thread sobolevn
https://github.com/python/cpython/commit/82abe75e77129bebb3c13d807e8040f6924194f6 commit: 82abe75e77129bebb3c13d807e8040f6924194f6 branch: main author: Nikita Sobolev committer: sobolevn date: 2024-05-09T20:15:14+03:00 summary: gh-118849: Fix "code will never be executed" warning in `dictobject.

[Python-checkins] gh-118773: Use language-invariant SDDL string instead of aliases for ACLs. (GH-118800)

2024-05-09 Thread zooba
https://github.com/python/cpython/commit/9d646d084c6fec83bed7bfa72d83b2ae3cf09644 commit: 9d646d084c6fec83bed7bfa72d83b2ae3cf09644 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-05-09T17:11:11Z summary: gh-118773: Use langu

[Python-checkins] gh-118773: Use language-invariant SDDL string instead of aliases for ACLs. (GH-118800)

2024-05-09 Thread zooba
https://github.com/python/cpython/commit/8af84b503d0b62a3db0d806d39f42c1e08746079 commit: 8af84b503d0b62a3db0d806d39f42c1e08746079 branch: main author: Steve Dower committer: zooba date: 2024-05-09T17:43:21+01:00 summary: gh-118773: Use language-invariant SDDL string instead of aliases for ACLs.

[Python-checkins] [3.13] gh-117657: Acquire a critical section around `SemLock.__{enter,exit}__` (GH-118812) (#118856)

2024-05-09 Thread colesbury
https://github.com/python/cpython/commit/62a559ac09b0451631a07d1aae76eab79af9cbbc commit: 62a559ac09b0451631a07d1aae76eab79af9cbbc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-09T16:31:38Z summary: [3.13] gh-117657

[Python-checkins] gh-117657: Acquire a critical section around `SemLock.__{enter,exit}__` (#118812)

2024-05-09 Thread colesbury
https://github.com/python/cpython/commit/c30d8e5d6c6b657817d6b342f1021676d04dd5af commit: c30d8e5d6c6b657817d6b342f1021676d04dd5af branch: main author: mpage committer: colesbury date: 2024-05-09T12:05:52-04:00 summary: gh-117657: Acquire a critical section around `SemLock.__{enter,exit}__` (#1

[Python-checkins] [3.13] gh-118817: Fix `asyncio REPL` on Windows (GH-118819) (#118847)

2024-05-09 Thread gvanrossum
https://github.com/python/cpython/commit/738877a1013f1752cb67c3e6a49121be5f656c72 commit: 738877a1013f1752cb67c3e6a49121be5f656c72 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gvanrossum date: 2024-05-09T15:47:31Z summary: [3.13] gh-11881

[Python-checkins] gh-118817: Fix `asyncio REPL` on Windows (#118819)

2024-05-09 Thread gvanrossum
https://github.com/python/cpython/commit/c3643a121401d111bebd3e26d6f362ade2ed2a83 commit: c3643a121401d111bebd3e26d6f362ade2ed2a83 branch: main author: Kirill Podoprigora committer: gvanrossum date: 2024-05-09T08:20:46-07:00 summary: gh-118817: Fix `asyncio REPL` on Windows (#118819) files: M L

[Python-checkins] gh-118767: Improve tests and docs for bool(NotImplemented) (#118813)

2024-05-09 Thread JelleZijlstra
https://github.com/python/cpython/commit/35b5eaa176a5bae8a0cacb9c9f40ec948ecc4325 commit: 35b5eaa176a5bae8a0cacb9c9f40ec948ecc4325 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-05-09T13:52:08Z summary: gh-118767: Improve tests and docs for bool(NotImplemented) (#118813)

[Python-checkins] gh-118802: Fix ACL use in test for non-English Windows (GH-118831)

2024-05-09 Thread zooba
https://github.com/python/cpython/commit/c0d257cc69a943d2c211fe7ad54e706f1085ba1a commit: c0d257cc69a943d2c211fe7ad54e706f1085ba1a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-05-09T13:41:15Z summary: gh-118802: Fix ACL u

[Python-checkins] gh-118802: Fix ACL use in test for non-English Windows (GH-118831)

2024-05-09 Thread zooba
https://github.com/python/cpython/commit/a98e44a5bf935a46822c2ea3619eec49dbecbba8 commit: a98e44a5bf935a46822c2ea3619eec49dbecbba8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-05-09T13:38:43Z summary: gh-118802: Fix ACL u

[Python-checkins] [3.13] gh-103956: Fix `trace` output in case of missing source line (GH-103958) (GH-118834)

2024-05-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c4b853f2a5a4601806f503f1833dce3a4e8d2b58 commit: c4b853f2a5a4601806f503f1833dce3a4e8d2b58 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-05-09T13:05:37Z summary: [3.13] gh

[Python-checkins] gh-118802: Fix ACL use in test for non-English Windows (GH-118831)

2024-05-09 Thread zooba
https://github.com/python/cpython/commit/82acc5f2113bffd0ed902851f4ccf5b9be8980b2 commit: 82acc5f2113bffd0ed902851f4ccf5b9be8980b2 branch: main author: Steve Dower committer: zooba date: 2024-05-09T13:59:18+01:00 summary: gh-118802: Fix ACL use in test for non-English Windows (GH-118831) files:

[Python-checkins] [3.12] gh-103956: Fix `trace` output in case of missing source line (GH-103958) (GH-118832)

2024-05-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0d626760a436de3725e65619d68f1f4890a57b12 commit: 0d626760a436de3725e65619d68f1f4890a57b12 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-05-09T12:51:03Z summary: [3.12] gh

[Python-checkins] gh-103956: Fix `trace` output in case of missing source line (GH-103958)

2024-05-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7c87ce777b3fd9055b118a58ec8614901ecb45e9 commit: 7c87ce777b3fd9055b118a58ec8614901ecb45e9 branch: main author: Radislav Chugunov <[email protected]> committer: serhiy-storchaka date: 2024-05-09T12:09:44Z summary: gh-103956: Fix `tra

[Python-checkins] gh-118486: Update docs for CVE-2024-4030 reference (GH-118737)

2024-05-09 Thread zooba
https://github.com/python/cpython/commit/d86b49411753bf2c83291e3a14ae43fefded2f84 commit: d86b49411753bf2c83291e3a14ae43fefded2f84 branch: 3.13 author: Steve Dower committer: zooba date: 2024-05-09T12:52:11+01:00 summary: gh-118486: Update docs for CVE-2024-4030 reference (GH-118737) Update doc

[Python-checkins] gh-118805: Remove type, choices, metavar params of `BooleanOptionalAction` (#118806)

2024-05-09 Thread sobolevn
https://github.com/python/cpython/commit/da090f1658e72485b201507653f6d673f3e39c86 commit: da090f1658e72485b201507653f6d673f3e39c86 branch: main author: Nikita Sobolev committer: sobolevn date: 2024-05-09T11:46:45Z summary: gh-118805: Remove type, choices, metavar params of `BooleanOptionalAction

[Python-checkins] gh-118798: Remove deprecated isdst parameter from `email.utils.localtime` (#118799)

2024-05-09 Thread hugovk
https://github.com/python/cpython/commit/c68acb1384a51eb745f572687eaf677371b9e765 commit: c68acb1384a51eb745f572687eaf677371b9e765 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-05-09T03:17:02-0

[Python-checkins] [3.12] gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-118099) (#118822)

2024-05-09 Thread sobolevn
https://github.com/python/cpython/commit/e9539568be8870ef5ab3908b483eec08a3df4820 commit: e9539568be8870ef5ab3908b483eec08a3df4820 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-05-09T09:09:40Z summary: [3.12] gh-118033:

[Python-checkins] [3.13] gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-118099) (#118821)

2024-05-09 Thread sobolevn
https://github.com/python/cpython/commit/632682c0c27f51aa20fa27d1acf80d38997e4022 commit: 632682c0c27f51aa20fa27d1acf80d38997e4022 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-05-09T09:02:22Z summary: [3.13] gh-118033:

[Python-checkins] [3.13] [tests]: Mark ``test_statistics.test_kde_random`` with a ``requires_resource('cpu')`` decorator (GH-118801) (#118818)

2024-05-09 Thread sobolevn
https://github.com/python/cpython/commit/09896fca2f821fdac8c2ba28ae5a4596c179ead3 commit: 09896fca2f821fdac8c2ba28ae5a4596c179ead3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-05-09T08:43:03Z summary: [3.13] [tests]: M

[Python-checkins] gh-118033: Fix `__weakref__` not set for generic dataclasses (#118099)

2024-05-09 Thread sobolevn
https://github.com/python/cpython/commit/fa9b9cb11379806843ae03b1e4ad4ccd95a63c02 commit: fa9b9cb11379806843ae03b1e4ad4ccd95a63c02 branch: main author: Nikita Sobolev committer: sobolevn date: 2024-05-09T11:36:17+03:00 summary: gh-118033: Fix `__weakref__` not set for generic dataclasses (#11809

[Python-checkins] GH-101588: Remove deprecated pickle/copy/deepcopy from itertools (gh-118816)

2024-05-09 Thread rhettinger
https://github.com/python/cpython/commit/e8cbcf49555c694975a6af56b5cb0af7817e889e commit: e8cbcf49555c694975a6af56b5cb0af7817e889e branch: main author: Raymond Hettinger committer: rhettinger date: 2024-05-09T03:31:47-05:00 summary: GH-101588: Remove deprecated pickle/copy/deepcopy from itertool

[Python-checkins] [tests]: Mark ``test_statistics.test_kde_random`` with a ``requires_resource('cpu')`` decorator (#118801)

2024-05-09 Thread sobolevn
https://github.com/python/cpython/commit/027e6d88fb898b7477b822b84f791ca60e64300b commit: 027e6d88fb898b7477b822b84f791ca60e64300b branch: main author: Kirill Podoprigora committer: sobolevn date: 2024-05-09T11:16:37+03:00 summary: [tests]: Mark ``test_statistics.test_kde_random`` with a ``requ