[Python-checkins] tests: add test.support.venv.VirtualEnvironmentMixin (#129461)

2025-01-29 Thread FFY00
https://github.com/python/cpython/commit/a4722449caccc42ad644611d02fbdb5005f601eb commit: a4722449caccc42ad644611d02fbdb5005f601eb branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-01-30T03:32:24Z summary: tests: add test.support.venv.VirtualEnvironmentMixin (#129461) files: M Li

[Python-checkins] gh-128779: Fix site venv() for system site-packages (#129184)

2025-01-29 Thread FFY00
https://github.com/python/cpython/commit/a549f439384b4509b25639337ffea21c2e55d452 commit: a549f439384b4509b25639337ffea21c2e55d452 branch: main author: Victor Stinner committer: FFY00 date: 2025-01-30T00:02:31Z summary: gh-128779: Fix site venv() for system site-packages (#129184) files: M Lib/

[Python-checkins] gh-127432: Add CI job to cross build Python (#128380)

2025-01-29 Thread FFY00
https://github.com/python/cpython/commit/99849ee0d3ebcddc97b6aeaf389f43a12f541068 commit: 99849ee0d3ebcddc97b6aeaf389f43a12f541068 branch: main author: Matthew Hughes committer: FFY00 date: 2025-01-29T23:24:09Z summary: gh-127432: Add CI job to cross build Python (#128380) Co-authored-by: Filip

[Python-checkins] GH-127178: improve compatibility in `_sysconfig_vars_(...).json` (#128558)

2025-01-29 Thread FFY00
https://github.com/python/cpython/commit/c931d75831e4176b4876875c01e4b989c8915275 commit: c931d75831e4176b4876875c01e4b989c8915275 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-01-29T22:47:20Z summary: GH-127178: improve compatibility in `_sysconfig_vars_(...).json` (#128558)

[Python-checkins] GH-128469: warn when libpython was loaded from outside the build directory (#128645)

2025-01-29 Thread FFY00
https://github.com/python/cpython/commit/29b3ce8355b7d141ef61fa28757b7ff389189604 commit: 29b3ce8355b7d141ef61fa28757b7ff389189604 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-01-29T22:35:55Z summary: GH-128469: warn when libpython was loaded from outside the build directory

[Python-checkins] [3.13] gh-125522: Fix bare except in `test_uuid` (GH-129018) (#129455)

2025-01-29 Thread iritkatriel
https://github.com/python/cpython/commit/8b4a0d641cde667f94ce49f5e64da6bd9d6fbd9c commit: 8b4a0d641cde667f94ce49f5e64da6bd9d6fbd9c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] [3.12] gh-125522: Fix bare except in `test_uuid` (GH-129018) (#129456)

2025-01-29 Thread iritkatriel
https://github.com/python/cpython/commit/c0ae83af95df3de49802f02977cc937ad855fc29 commit: c0ae83af95df3de49802f02977cc937ad855fc29 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] gh-125522: Fix bare except in `test_uuid` (#129018)

2025-01-29 Thread iritkatriel
https://github.com/python/cpython/commit/a1a4e9f39ad86359e148fd193089b3b2a354f71d commit: a1a4e9f39ad86359e148fd193089b3b2a354f71d branch: main author: Tomas R. committer: iritkatriel <[email protected]> date: 2025-01-29T20:59:45Z summary: gh-125522: Fix bare except in

[Python-checkins] gh-126400: Add TCP socket timeout to SysLogHandler to prevent blocking (GH-126716)

2025-01-29 Thread vsajip
https://github.com/python/cpython/commit/fdcedfd3cf1a645634dee354ee349d966c56348f commit: fdcedfd3cf1a645634dee354ee349d966c56348f branch: main author: Hod <[email protected]> committer: vsajip date: 2025-01-29T19:37:43Z summary: gh-126400: Add TCP socket timeout to SysL

[Python-checkins] GH-129386: Use symbolic constants for specialization tests (GH-129415)

2025-01-29 Thread brandtbucher
https://github.com/python/cpython/commit/002c4e2982910937f35a4b80ab94b07c3c16067f commit: 002c4e2982910937f35a4b80ab94b07c3c16067f branch: main author: Brandt Bucher committer: brandtbucher date: 2025-01-29T10:49:58-08:00 summary: GH-129386: Use symbolic constants for specialization tests (GH-12

[Python-checkins] gh-118761: Always lazy import `warnings` in `threading` (#129428)

2025-01-29 Thread AA-Turner
https://github.com/python/cpython/commit/99ed3025fe8fa9079b4c1eac01c5af62caa98c15 commit: 99ed3025fe8fa9079b4c1eac01c5af62caa98c15 branch: main author: Taneli Hukkinen <[email protected]> committer: AA-Turner <[email protected]> date: 2025-01-29T17:24:

[Python-checkins] [3.13] gh-118761: Improve import time of `subprocess` (GH-129427) (#129447)

2025-01-29 Thread gpshead
https://github.com/python/cpython/commit/f502c8f6a6db4be27c97a0e5466383d117859b7f commit: f502c8f6a6db4be27c97a0e5466383d117859b7f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-01-29T16:55:24Z summary: [3.13] gh-118761:

[Python-checkins] [3.12] gh-118761: Improve import time of `subprocess` (GH-129427) (#129448)

2025-01-29 Thread gpshead
https://github.com/python/cpython/commit/f65aa0d1bf7b636ab8f9d226429205854b24cd7a commit: f65aa0d1bf7b636ab8f9d226429205854b24cd7a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-01-29T16:48:48Z summary: [3.12] gh-118761:

[Python-checkins] gh-118761: Improve import time of `subprocess` (GH-129427)

2025-01-29 Thread gpshead
https://github.com/python/cpython/commit/49f24650e4541456872490ec2b59d6d186204891 commit: 49f24650e4541456872490ec2b59d6d186204891 branch: main author: Taneli Hukkinen <[email protected]> committer: gpshead date: 2025-01-29T08:31:13-08:00 summary: gh-118761: Improve import t

[Python-checkins] gh-129236: Use `stackpointer` in free threaded GC (#129240)

2025-01-29 Thread colesbury
https://github.com/python/cpython/commit/5ff2fbc026b14eadd41b8c14d83bb1eb832292dd commit: 5ff2fbc026b14eadd41b8c14d83bb1eb832292dd branch: main author: Sam Gross committer: colesbury date: 2025-01-29T10:40:51-05:00 summary: gh-129236: Use `stackpointer` in free threaded GC (#129240) The stack p

[Python-checkins] gh-127119: Faster check for small ints in long_dealloc (GH-127620)

2025-01-29 Thread markshannon
https://github.com/python/cpython/commit/a29221675e7367608961c3484701ab2671ec6f3c commit: a29221675e7367608961c3484701ab2671ec6f3c branch: main author: Pieter Eendebak committer: markshannon date: 2025-01-29T15:22:18Z summary: gh-127119: Faster check for small ints in long_dealloc (GH-127620) f

[Python-checkins] gh-129296: Fix `pyatomic.h` include paths (#129320)

2025-01-29 Thread vstinner
https://github.com/python/cpython/commit/3a974e39d54902699f360bc4db2fd351a6baf3ef commit: 3a974e39d54902699f360bc4db2fd351a6baf3ef branch: main author: Zanie Blue committer: vstinner date: 2025-01-29T15:06:19Z summary: gh-129296: Fix `pyatomic.h` include paths (#129320) Use relative includes in

[Python-checkins] [3.12]: CI: Change job name to 'build arm64' on Windows (#129434) (#129444)

2025-01-29 Thread AA-Turner
https://github.com/python/cpython/commit/0e54315c319386ad15a6941617858e58a849f657 commit: 0e54315c319386ad15a6941617858e58a849f657 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: AA-Turner <[email protected]> date: 2025-01-29T14:4

[Python-checkins] gh-129345: null check for indent syslogmodule (#129348)

2025-01-29 Thread kumaraditya303
https://github.com/python/cpython/commit/25cf79a0829422bd8479ca0c13c72b769422077b commit: 25cf79a0829422bd8479ca0c13c72b769422077b branch: main author: Burkov Egor committer: kumaraditya303 date: 2025-01-29T19:19:23+05:30 summary: gh-129345: null check for indent syslogmodule (#129348) files: A

[Python-checkins] [3.13] CI: Change job name to 'build arm64' on Windows (GH-129434) (#129439)

2025-01-29 Thread AA-Turner
https://github.com/python/cpython/commit/1883667c314afc74cce8f0e1565da31703e3cc7a commit: 1883667c314afc74cce8f0e1565da31703e3cc7a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] CI: Change job name to 'build arm64' on Windows (#129434)

2025-01-29 Thread AA-Turner
https://github.com/python/cpython/commit/c67afb581eccb3ce20a4965c8f407fd2662b6bdf commit: c67afb581eccb3ce20a4965c8f407fd2662b6bdf branch: main author: Hugo van Kemenade <[email protected]> committer: AA-Turner <[email protected]> date: 2025-01-29T13:1

[Python-checkins] [3.13] gh-129409: Fix Integer overflow - SEGV while writing data more than 2GB in CSV file (GH-129413) (#129436)

2025-01-29 Thread sobolevn
https://github.com/python/cpython/commit/48b87d14e88444652a4d6fad3cb56cff0881e999 commit: 48b87d14e88444652a4d6fad3cb56cff0881e999 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-01-29T11:39:16Z summary: [3.13] gh-129409:

[Python-checkins] [3.12] gh-129409: Fix Integer overflow - SEGV while writing data more than 2GB in CSV file (GH-129413) (#129437)

2025-01-29 Thread sobolevn
https://github.com/python/cpython/commit/cdaec318cb9189b7b74d46432532a3f88ec4c249 commit: cdaec318cb9189b7b74d46432532a3f88ec4c249 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-01-29T11:32:54Z summary: [3.12] gh-129409:

[Python-checkins] gh-129409: Fix Integer overflow - SEGV while writing data more than 2GB in CSV file (#129413)

2025-01-29 Thread sobolevn
https://github.com/python/cpython/commit/97b0ef05d987ebef354512b516a246feb411e815 commit: 97b0ef05d987ebef354512b516a246feb411e815 branch: main author: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committer: sobolevn date: 2025-01-29T11:15:47Z summary: gh-129409: Fix Integer overfl

[Python-checkins] gh-100239: specialize bitwise logical binary ops on ints (#128927)

2025-01-29 Thread iritkatriel
https://github.com/python/cpython/commit/4815131910cec72805ad2966e7af1e2eba49fe51 commit: 4815131910cec72805ad2966e7af1e2eba49fe51 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2025-01-29T

[Python-checkins] Merge TSAN test matrices in CI (#123278)

2025-01-29 Thread hugovk
https://github.com/python/cpython/commit/03d9cdb7298cdbf67535dfeb3af5c1a619be7580 commit: 03d9cdb7298cdbf67535dfeb3af5c1a619be7580 branch: main author: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2025-01-29T11:16:51+02:00 summary:

[Python-checkins] gh-126703: Add freelists for list and tuple iterators (GH-128592)

2025-01-29 Thread markshannon
https://github.com/python/cpython/commit/1a80214f11f1a6ddcea19e2c40719c746a163f02 commit: 1a80214f11f1a6ddcea19e2c40719c746a163f02 branch: main author: Pieter Eendebak committer: markshannon date: 2025-01-29T09:15:24Z summary: gh-126703: Add freelists for list and tuple iterators (GH-128592) fi