[Python-checkins] Fix phrasing in paragraphs with leading "similar" (#121135)

2024-07-01 Thread hauntsaninja
https://github.com/python/cpython/commit/4f1e1dff8928e626924ee1ff70a77af1a14f0f2a commit: 4f1e1dff8928e626924ee1ff70a77af1a14f0f2a branch: main author: Rafael Fontenelle committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> date: 2024-07-01T17:36:27-07:00 summary: Fix phrasing

[Python-checkins] GH-119726: Use LDR for AArch64 trampolines (GH-121001)

2024-07-01 Thread brandtbucher
https://github.com/python/cpython/commit/966260841b69480708f8efa1f8f5738b45fca68d commit: 966260841b69480708f8efa1f8f5738b45fca68d branch: main author: Diego Russo committer: brandtbucher date: 2024-07-01T15:52:33-07:00 summary: GH-119726: Use LDR for AArch64 trampolines (GH-121001) files: A Mi

[Python-checkins] [3.13] gh-121196: Document `dict.fromkeys` params as pos-only (GH-121197) (#121242)

2024-07-01 Thread sobolevn
https://github.com/python/cpython/commit/78c77327a9eff885f02865a47bdc28dcc9fd4a64 commit: 78c77327a9eff885f02865a47bdc28dcc9fd4a64 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2024-07-01T20:43:34Z summary: [3.13] gh-121196:

[Python-checkins] [3.12] gh-121196: Document `dict.fromkeys` params as pos-only (GH-121197) (#121243)

2024-07-01 Thread sobolevn
https://github.com/python/cpython/commit/e5a19b981d5e5dd23961938bdfa6a1b4a2574e24 commit: e5a19b981d5e5dd23961938bdfa6a1b4a2574e24 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2024-07-01T20:37:19Z summary: [3.12] gh-121196:

[Python-checkins] gh-121196: Document `dict.fromkeys` params as pos-only (#121197)

2024-07-01 Thread sobolevn
https://github.com/python/cpython/commit/1dc9a4f6b20148fd4ef2eb2800a6c65224828181 commit: 1dc9a4f6b20148fd4ef2eb2800a6c65224828181 branch: main author: sobolevn committer: sobolevn date: 2024-07-01T23:27:04+03:00 summary: gh-121196: Document `dict.fromkeys` params as pos-only (#121197) files: M

[Python-checkins] GH-116017: Get rid of _COLD_EXITs (GH-120960)

2024-07-01 Thread brandtbucher
https://github.com/python/cpython/commit/33903c53dbdb768e1ef7c46d347869577f2173ce commit: 33903c53dbdb768e1ef7c46d347869577f2173ce branch: main author: Brandt Bucher committer: brandtbucher date: 2024-07-01T13:17:40-07:00 summary: GH-116017: Get rid of _COLD_EXITs (GH-120960) files: A Misc/NEWS

[Python-checkins] [3.13] gh-117657: Fix data races reported by TSAN in some set methods (GH-120914) (#121240)

2024-07-01 Thread colesbury
https://github.com/python/cpython/commit/06fd745dd91c757b643f69847cf1234609968132 commit: 06fd745dd91c757b643f69847cf1234609968132 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-01T19:40:28Z summary: [3.13] gh-117657

[Python-checkins] gh-117657: Fix data races reported by TSAN in some set methods (#120914)

2024-07-01 Thread colesbury
https://github.com/python/cpython/commit/294e72496439da984cb8dba9100d3613c8cc8a6d commit: 294e72496439da984cb8dba9100d3613c8cc8a6d branch: main author: AN Long committer: colesbury date: 2024-07-01T15:11:39-04:00 summary: gh-117657: Fix data races reported by TSAN in some set methods (#120914)

[Python-checkins] [3.13] gh-121110: Temporarily Skip test_basic_multiple_interpreters_reset_each (gh-121238)

2024-07-01 Thread ericsnowcurrently
https://github.com/python/cpython/commit/fc0b1cbdfe72ba6155df33455a62c9d7042c9359 commit: fc0b1cbdfe72ba6155df33455a62c9d7042c9359 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ericsnowcurrently date: 2024-07-01T18:23:35Z summary: [3.13] g

[Python-checkins] gh-121110: Temporarily Skip test_basic_multiple_interpreters_reset_each (gh-121236)

2024-07-01 Thread ericsnowcurrently
https://github.com/python/cpython/commit/9bcb7d8c6f8277c4e76145ec4c834213167e3387 commit: 9bcb7d8c6f8277c4e76145ec4c834213167e3387 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-07-01T17:58:25Z summary: gh-121110: Temporarily Skip test_basic_multiple_interpreters_reset_ea

[Python-checkins] [3.13] gh-114104: clarify asynchronous comprehension docs to match runtime behavior (GH-121175) (#121234)

2024-07-01 Thread kumaraditya303
https://github.com/python/cpython/commit/931c168219fc030d4b8a6986da4bb2a5a8ef91fa commit: 931c168219fc030d4b8a6986da4bb2a5a8ef91fa branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2024-07-01T16:51:43Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-114104: clarify asynchronous comprehension docs to match runtime behavior (GH-121175) (#121235)

2024-07-01 Thread kumaraditya303
https://github.com/python/cpython/commit/b93386e1c4dbc871148e081ae147f7d1e8d21444 commit: b93386e1c4dbc871148e081ae147f7d1e8d21444 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2024-07-01T16:41:18Z summary: [3.12] gh-1

[Python-checkins] gh-114104: clarify asynchronous comprehension docs to match runtime behavior (#121175)

2024-07-01 Thread kumaraditya303
https://github.com/python/cpython/commit/91313afdb392d0d6105e9aaa57b5a50112b613e7 commit: 91313afdb392d0d6105e9aaa57b5a50112b613e7 branch: main author: Danny Yang committer: kumaraditya303 date: 2024-07-01T22:04:39+05:30 summary: gh-114104: clarify asynchronous comprehension docs to match runtim

[Python-checkins] gh-120743: Soft deprecate os.popen() function (#120744)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/d44c550f7ebee7d33785142e6031a4621cf21573 commit: d44c550f7ebee7d33785142e6031a4621cf21573 branch: main author: Victor Stinner committer: vstinner date: 2024-07-01T18:27:50+02:00 summary: gh-120743: Soft deprecate os.popen() function (#120744) Soft deprec

[Python-checkins] [3.13] gh-121200: Fix test_expanduser_pwd2() of test_posixpath (GH-121228) (#121232)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/010bf92779d2938c21c33ec9d4d0cdb87dc80760 commit: 010bf92779d2938c21c33ec9d4d0cdb87dc80760 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-07-01T16:13:41Z summary: [3.13] gh-121200:

[Python-checkins] [3.12] gh-121200: Fix test_expanduser_pwd2() of test_posixpath (GH-121228) (#121231)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/dec9d916d2f620b15f570dfce7ace94f0fe3bc38 commit: dec9d916d2f620b15f570dfce7ace94f0fe3bc38 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-07-01T16:05:30Z summary: [3.12] gh-121200:

[Python-checkins] gh-121200: Fix test_expanduser_pwd2() of test_posixpath (#121228)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/02cb5fdee391670d63b2fc0a92ca9b36a32ac95a commit: 02cb5fdee391670d63b2fc0a92ca9b36a32ac95a branch: main author: Victor Stinner committer: vstinner date: 2024-07-01T17:49:03+02:00 summary: gh-121200: Fix test_expanduser_pwd2() of test_posixpath (#121228) C

[Python-checkins] gh-117657: Use critical section to make _socket.socket.close thread safe (GH-120490)

2024-07-01 Thread encukou
https://github.com/python/cpython/commit/8a5176772c932d764daa83c50b99fe0805260b2c commit: 8a5176772c932d764daa83c50b99fe0805260b2c branch: main author: AN Long committer: encukou date: 2024-07-01T16:38:30+02:00 summary: gh-117657: Use critical section to make _socket.socket.close thread safe (G

[Python-checkins] gh-121220: Mark test_threaded_weak_value_dict_copy() as CPU-heavy (#121221)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/c7991cc28788bbb086fd85d8fc55e20742f0de88 commit: c7991cc28788bbb086fd85d8fc55e20742f0de88 branch: main author: Kirill Podoprigora committer: vstinner date: 2024-07-01T15:33:02+02:00 summary: gh-121220: Mark test_threaded_weak_value_dict_copy() as CPU-heav

[Python-checkins] gh-117784: Only reference PHA functions ifndef SSL_VERIFY_POST_HANDSHAKE (GH-117785)

2024-07-01 Thread encukou
https://github.com/python/cpython/commit/56a3ce2715509fc8e42ae40ec40ce6a590448da4 commit: 56a3ce2715509fc8e42ae40ec40ce6a590448da4 branch: main author: Will Childs-Klein committer: encukou date: 2024-07-01T15:28:35+02:00 summary: gh-117784: Only reference PHA functions ifndef SSL_VERIFY_POST_HAN

[Python-checkins] build(deps-dev): bump types-setuptools from 70.0.0.20240524 to 70.1.0.20240627 in /Tools (#121217)

2024-07-01 Thread AlexWaygood
https://github.com/python/cpython/commit/8d0cafd6f23777e0e5defa65e3da048db9368ca7 commit: 8d0cafd6f23777e0e5defa65e3da048db9368ca7 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-07-01T10:42:46Z summary: build(deps-dev): b

[Python-checkins] build(deps-dev): bump mypy from 1.10.0 to 1.10.1 in /Tools (#121216)

2024-07-01 Thread AlexWaygood
https://github.com/python/cpython/commit/c9302e814a2ad5e3d19cf53ce48092598217a342 commit: c9302e814a2ad5e3d19cf53ce48092598217a342 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-07-01T10:15:53Z summary: build(deps-dev): b

[Python-checkins] build(deps-dev): bump types-psutil from 5.9.5.20240516 to 6.0.0.20240621 in /Tools (#121215)

2024-07-01 Thread AlexWaygood
https://github.com/python/cpython/commit/7e8f334f9024190ca48be218d276073a04389cb0 commit: 7e8f334f9024190ca48be218d276073a04389cb0 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-07-01T10:15:25Z summary: build(deps-dev): b

[Python-checkins] [3.13] gh-121200: Log pwd entry in test_expanduser_pwd2() (GH-121207) (#121213)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/7bd67d56c4fea7a9cbbd1282704f083e5ecf418b commit: 7bd67d56c4fea7a9cbbd1282704f083e5ecf418b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-07-01T10:09:01Z summary: [3.13] gh-121200:

[Python-checkins] [3.12] gh-121200: Log pwd entry in test_expanduser_pwd2() (GH-121207) (#121214)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/e2a97d1db0a1e82e1e2841e2cea7d493debc5424 commit: e2a97d1db0a1e82e1e2841e2cea7d493debc5424 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-07-01T10:02:34Z summary: [3.12] gh-121200:

[Python-checkins] gh-121200: Log pwd entry in test_expanduser_pwd2() (#121207)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/05a6f8da6042cc87da1cd3824c1375d12753e5a1 commit: 05a6f8da6042cc87da1cd3824c1375d12753e5a1 branch: main author: Victor Stinner committer: vstinner date: 2024-07-01T11:43:59+02:00 summary: gh-121200: Log pwd entry in test_expanduser_pwd2() (#121207) Use su

[Python-checkins] [3.13] gh-121084: Call _abc_registry_clear() when checking refleaks (GH-121191) (#121208)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/178b5b16d38ba08daa1037920fea274975ac830d commit: 178b5b16d38ba08daa1037920fea274975ac830d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-07-01T09:34:53Z summary: [3.13] gh-121084:

[Python-checkins] [3.12] gh-121084: Call _abc_registry_clear() when checking refleaks (GH-121191) (#121209)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/3fba86e8b8df5997291df0ee505819e05af39073 commit: 3fba86e8b8df5997291df0ee505819e05af39073 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-07-01T09:29:23Z summary: [3.12] gh-121084:

[Python-checkins] gh-121084: Call _abc_registry_clear() when checking refleaks (#121191)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/c766ad206ea60b1e0edcb625b99e7631954a984f commit: c766ad206ea60b1e0edcb625b99e7631954a984f branch: main author: Victor Stinner committer: vstinner date: 2024-07-01T11:03:33+02:00 summary: gh-121084: Call _abc_registry_clear() when checking refleaks (#12119

[Python-checkins] [3.13] gh-121188: Sanitize invalid XML characters in regrtest (GH-121195) (#121204)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/1f2f9c4ff5c8f1b362766fc4fd38a665674504d1 commit: 1f2f9c4ff5c8f1b362766fc4fd38a665674504d1 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-07-01T08:55:38Z summary: [3.13] gh-121188:

[Python-checkins] gh-61103: Support double complex (_Complex) type in ctypes (#120894)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/6988ff02a5741bcd04a8f46b7dd845e849557be0 commit: 6988ff02a5741bcd04a8f46b7dd845e849557be0 branch: main author: Sergey B Kirpichev committer: vstinner date: 2024-07-01T10:54:33+02:00 summary: gh-61103: Support double complex (_Complex) type in ctypes (#120

[Python-checkins] gh-121199: Use _Py__has_attribute() in timemodule.c (#121203)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/a0b8b342c5d0b4722ad9cfe82f2630025d445f00 commit: a0b8b342c5d0b4722ad9cfe82f2630025d445f00 branch: main author: Victor Stinner committer: vstinner date: 2024-07-01T08:49:33Z summary: gh-121199: Use _Py__has_attribute() in timemodule.c (#121203) Use the _P

[Python-checkins] [3.12] gh-121188: Sanitize invalid XML characters in regrtest (GH-121195) (#121205)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/b80edafff298843f462fa531b94d66d193eb77ae commit: b80edafff298843f462fa531b94d66d193eb77ae branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-07-01T08:47:38Z summary: [3.12] gh-121188:

[Python-checkins] [3.13] gh-113565: Improve and harden detection of curses dependencies (GH-119816) (#121202)

2024-07-01 Thread erlend-aasland
https://github.com/python/cpython/commit/82777cd024331598dd87b45a00f9dd71437b93fa commit: 82777cd024331598dd87b45a00f9dd71437b93fa branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2024-07-01T08:35:38Z summary: [3.13] gh-1

[Python-checkins] gh-121188: Sanitize invalid XML characters in regrtest (#121195)

2024-07-01 Thread vstinner
https://github.com/python/cpython/commit/af8c3d7a26d605099f5b3406a8d33ecddb77e8fb commit: af8c3d7a26d605099f5b3406a8d33ecddb77e8fb branch: main author: Victor Stinner committer: vstinner date: 2024-07-01T08:30:33Z summary: gh-121188: Sanitize invalid XML characters in regrtest (#121195) When cr

[Python-checkins] gh-113565: Improve and harden detection of curses dependencies (#119816)

2024-07-01 Thread erlend-aasland
https://github.com/python/cpython/commit/f80376b129ad947263a6b03a6c3a874e9f8706e6 commit: f80376b129ad947263a6b03a6c3a874e9f8706e6 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-07-01T08:10:03Z summary: gh-113565: Improve and harden detection of curses dependencies (