[Python-checkins] gh-111968: Fix --without-freelists build (gh-114270)

2024-01-18 Thread corona10
https://github.com/python/cpython/commit/a34e4db28a98904f6c9976675ed7121ed61edabe commit: a34e4db28a98904f6c9976675ed7121ed61edabe branch: main author: Donghee Na committer: corona10 date: 2024-01-18T23:25:13Z summary: gh-111968: Fix --without-freelists build (gh-114270) files: M Objects/sliceo

[Python-checkins] gh-112087: Remove duplicated critical_section (gh-114268)

2024-01-18 Thread corona10
https://github.com/python/cpython/commit/d5442851a6fad16ba32b62723c09e40a1392aa38 commit: d5442851a6fad16ba32b62723c09e40a1392aa38 branch: main author: Donghee Na committer: corona10 date: 2024-01-18T23:03:28Z summary: gh-112087: Remove duplicated critical_section (gh-114268) files: M Objects/l

[Python-checkins] gh-114123: Migrate docstring from _csv to csv (#114124)

2024-01-18 Thread AA-Turner
https://github.com/python/cpython/commit/72abb8c5d487ead9eb115fec8132ccef5ba189e5 commit: 72abb8c5d487ead9eb115fec8132ccef5ba189e5 branch: main author: Skip Montanaro committer: AA-Turner <[email protected]> date: 2024-01-18T22:18:42Z summary: gh-114123: Migrate docstring

[Python-checkins] [3.11] gh-112092: clarify unstable ABI recompilation requirements (GH-112093) (#114261)

2024-01-18 Thread ronaldoussoren
https://github.com/python/cpython/commit/ac4c6efc70f519bb0738331f2f791014c6ea447c commit: ac4c6efc70f519bb0738331f2f791014c6ea447c branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2024-01-18T21:28:34+01:00 summary: [3.11]

[Python-checkins] [3.12] gh-112092: clarify unstable ABI recompilation requirements (GH-112093) (#114260)

2024-01-18 Thread ronaldoussoren
https://github.com/python/cpython/commit/f9158d63b1c76a7716dc46bcb48eba19b5a648cc commit: f9158d63b1c76a7716dc46bcb48eba19b5a648cc branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2024-01-18T21:28:04+01:00 summary: [3.12]

[Python-checkins] gh-112092: clarify unstable ABI recompilation requirements (#112093)

2024-01-18 Thread ronaldoussoren
https://github.com/python/cpython/commit/68a7b78cd5185cbd9456f42c15ecf872a7c16f44 commit: 68a7b78cd5185cbd9456f42c15ecf872a7c16f44 branch: main author: DerSchinken <[email protected]> committer: ronaldoussoren date: 2024-01-18T21:04:40+01:00 summary: gh-112092: clarify

[Python-checkins] gh-111968: Use per-thread freelists for generator in free-threading (gh-114189)

2024-01-18 Thread corona10
https://github.com/python/cpython/commit/7fa511ba576b9a760f3971ad16df91c3f39c commit: 7fa511ba576b9a760f3971ad16df91c3f39c branch: main author: Donghee Na committer: corona10 date: 2024-01-18T18:15:00Z summary: gh-111968: Use per-thread freelists for generator in free-threading (gh-11418

[Python-checkins] [3.12] gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest/` (GH-112109) (#114254)

2024-01-18 Thread vstinner
https://github.com/python/cpython/commit/a76d0104d7c4b9a92569a0d6fa064ef6cc118be2 commit: a76d0104d7c4b9a92569a0d6fa064ef6cc118be2 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-01-18T16:25:04Z summary: [3.12] gh-108303:

[Python-checkins] [3.12] gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350) (GH-114253)

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

[Python-checkins] gh-114087: Speed up dataclasses._asdict_inner (#114088)

2024-01-18 Thread carljm
https://github.com/python/cpython/commit/2d3f6b56c5846df60b0b305e51a1d293ba0b2aae commit: 2d3f6b56c5846df60b0b305e51a1d293ba0b2aae branch: main author: keithasaurus <[email protected]> committer: carljm date: 2024-01-18T09:03:20-07:00 summary: gh-114087: Speed up datacl

[Python-checkins] [3.11] gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350) (GH-114252)

2024-01-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4bc0c07051595511baf42e9534bfea4fb9203099 commit: 4bc0c07051595511baf42e9534bfea4fb9203099 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-18T16:03:07Z summary: [3.11] gh

[Python-checkins] gh-114198: Rename dataclass __replace__ argument to 'self' (gh-114251)

2024-01-18 Thread ericvsmith
https://github.com/python/cpython/commit/339fc3c22446a148d27d9ec061594ac8d0abd33d commit: 339fc3c22446a148d27d9ec061594ac8d0abd33d branch: main author: Phillip Schanely committer: ericvsmith date: 2024-01-18T11:01:17-05:00 summary: gh-114198: Rename dataclass __replace__ argument to 'self' (gh-1

[Python-checkins] gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest/` (#112109)

2024-01-18 Thread vstinner
https://github.com/python/cpython/commit/9c93350f582fe6f5fed2cd873869dfe4fbf2dfe8 commit: 9c93350f582fe6f5fed2cd873869dfe4fbf2dfe8 branch: main author: Nikita Sobolev committer: vstinner date: 2024-01-18T16:58:11+01:00 summary: gh-108303: Move all doctest related files and tests to `Lib/test/tes

[Python-checkins] Delete unused macro (GH-114238)

2024-01-18 Thread markshannon
https://github.com/python/cpython/commit/2ff072f21f20b5c27ed01cb86cc15003509a5c8d commit: 2ff072f21f20b5c27ed01cb86cc15003509a5c8d branch: main author: Mark Shannon committer: markshannon date: 2024-01-18T15:49:50Z summary: Delete unused macro (GH-114238) files: M Python/ceval_macros.h diff --

[Python-checkins] gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350)

2024-01-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b8f29b1293f55e12e86a2a039b49b6f9f73851b7 commit: b8f29b1293f55e12e86a2a039b49b6f9f73851b7 branch: main author: Christopher Chavez committer: serhiy-storchaka date: 2024-01-18T17:46:58+02:00 summary: gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (

[Python-checkins] gh-103092: Convert some `_ctypes` metatypes to heap types (GH-113620)

2024-01-18 Thread encukou
https://github.com/python/cpython/commit/8e31cdc9450b3e644d48954865568e162edad514 commit: 8e31cdc9450b3e644d48954865568e162edad514 branch: main author: AN Long committer: encukou date: 2024-01-18T16:30:27+01:00 summary: gh-103092: Convert some `_ctypes` metatypes to heap types (GH-113620) Co-a

[Python-checkins] [3.10] gh-113659: Skip hidden .pth files (GH-113660) (GH-114145)

2024-01-18 Thread ambv
https://github.com/python/cpython/commit/9afc6d102d16080535325f645849cd84eb04d57d commit: 9afc6d102d16080535325f645849cd84eb04d57d branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-01-18T14:39:30+01:00 summary: [3.10] gh-113659

[Python-checkins] [3.12] gh-111301: Advertise importlib methods removal in What's new in Python 3.12 (GH-111630) (GH-114187)

2024-01-18 Thread ambv
https://github.com/python/cpython/commit/281fef1e4cc15f94d20cf64907f9d8d9fea16d39 commit: 281fef1e4cc15f94d20cf64907f9d8d9fea16d39 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-01-18T14:38:13+01:00 summary: [3.12] gh-111301

[Python-checkins] [3.12] gh-113205: test_multiprocessing.test_terminate: Shorter sleep for threadpools (GH-114186) (GH-114222)

2024-01-18 Thread encukou
https://github.com/python/cpython/commit/c2a2126782abe0459ecc7e73f6b175a8d2f77e2a commit: c2a2126782abe0459ecc7e73f6b175a8d2f77e2a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-01-18T13:49:24+01:00 summary: [3.12] gh-113

[Python-checkins] [3.11] gh-113205: test_multiprocessing.test_terminate: Shorter sleep for threadpools (GH-114186) (GH-114223)

2024-01-18 Thread encukou
https://github.com/python/cpython/commit/569182c4ad5ad4b2bcbdcdef3abb18cdf990dd5a commit: 569182c4ad5ad4b2bcbdcdef3abb18cdf990dd5a branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-01-18T13:49:26+01:00 summary: [3.11] gh-113

[Python-checkins] [3.11] gh-104522: Fix test_subprocess failure when build Python in the root home directory (GH-114236) (GH-114245)

2024-01-18 Thread encukou
https://github.com/python/cpython/commit/363dddba14741ad1a63b62dde7dc54a8e0ab1f87 commit: 363dddba14741ad1a63b62dde7dc54a8e0ab1f87 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-01-18T13:19:18+01:00 summary: [3.11] gh-104

[Python-checkins] [3.12] gh-104522: Fix test_subprocess failure when build Python in the root home directory (GH-114236) (GH-114239)

2024-01-18 Thread encukou
https://github.com/python/cpython/commit/eb582df61fcdbdd5b510da5d3744e5f60bf8b81d commit: eb582df61fcdbdd5b510da5d3744e5f60bf8b81d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-01-18T13:18:15+01:00 summary: [3.12] gh-104

[Python-checkins] [3.11] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (GH-114243)

2024-01-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2c9872428e65d32e5896cdf4d633027e88680491 commit: 2c9872428e65d32e5896cdf4d633027e88680491 branch: 3.11 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-18T11:32:57Z summary: [3.11] gh-104522: Fix OSError raised when run a subprocess (GH-

[Python-checkins] gh-114050: Fix crash when more than two arguments are passed to int() (GH-114067)

2024-01-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a571a2fd3fdaeafdfd71f3d80ed5a3b22b63d0f7 commit: a571a2fd3fdaeafdfd71f3d80ed5a3b22b63d0f7 branch: main author: kcatss committer: serhiy-storchaka date: 2024-01-18T13:27:44+02:00 summary: gh-114050: Fix crash when more than two arguments are passed to int(

[Python-checkins] gh-104522: Fix test_subprocess failure when build Python in the root home directory (GH-114236)

2024-01-18 Thread encukou
https://github.com/python/cpython/commit/311d1e2701037952eaf75f993be76f3092c1f01c commit: 311d1e2701037952eaf75f993be76f3092c1f01c branch: main author: Serhiy Storchaka committer: encukou date: 2024-01-18T10:52:59Z summary: gh-104522: Fix test_subprocess failure when build Python in the root hom

[Python-checkins] [3.11] gh-114231: Fix indentation in enum.rst (GH-114232) (#114235)

2024-01-18 Thread hugovk
https://github.com/python/cpython/commit/9887b0c39630a727a838eef85543173a5467d855 commit: 9887b0c39630a727a838eef85543173a5467d855 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-01-1

[Python-checkins] [3.12] gh-114231: Fix indentation in enum.rst (GH-114232) (#114234)

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

[Python-checkins] gh-114231: Fix indentation in enum.rst (#114232)

2024-01-18 Thread hugovk
https://github.com/python/cpython/commit/ba683c22ecd035a1090f9fc7aba48d54854d23bd commit: ba683c22ecd035a1090f9fc7aba48d54854d23bd branch: main author: Miyashita Yosuke <[email protected]> committer: hugovk <[email protected]> date: 2024-01-18T09:23: