[Python-checkins] gh-139929: fix incorrect OpenSSL version-based guard in `_ssl.c` (GH-139945)

2025-10-11 Thread gpshead
https://github.com/python/cpython/commit/cdd3eee7fc26538c8365dcbf2dd844ec7cdf7fb7 commit: cdd3eee7fc26538c8365dcbf2dd844ec7cdf7fb7 branch: main author: Bénédikt Tran <[email protected]> committer: gpshead <[email protected]> date: 2025-10-11T10:34:08-07:

[Python-checkins] [3.13] gh-139905: Provide suggestion in error message if `Generic.__init_subclass__` was not called (GH-139943) (#139956)

2025-10-11 Thread AlexWaygood
https://github.com/python/cpython/commit/cbb415e992df78e92244caa0611d2d7952f1719d commit: cbb415e992df78e92244caa0611d2d7952f1719d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2025-10-11T15:36:44Z summary: [3.13] gh-1399

[Python-checkins] gh-139935: do not skip test on real errors in `os.getlogin` (#139953)

2025-10-11 Thread picnixz
https://github.com/python/cpython/commit/2eb32add92d553b320850975442fa2e55addc377 commit: 2eb32add92d553b320850975442fa2e55addc377 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-10-11T16:31:34+

[Python-checkins] gh-139845: do not print twice in default asyncio REPL (#139846)

2025-10-11 Thread kumaraditya303
https://github.com/python/cpython/commit/a310b3a99d05e107963023a5736b67afe4ae1968 commit: a310b3a99d05e107963023a5736b67afe4ae1968 branch: main author: yihong committer: kumaraditya303 date: 2025-10-09T15:24:52Z summary: gh-139845: do not print twice in default asyncio REPL (#139846) Co-authore

[Python-checkins] [3.14] gh-138756: Fix memory leak in PyInitConfig_Free() (GH-138759) (#138785)

2025-10-11 Thread vstinner
https://github.com/python/cpython/commit/0accda746823e4baa30b1cf10d25317a70e556c0 commit: 0accda746823e4baa30b1cf10d25317a70e556c0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-07T18:42:50+02:00 summary: [3.14] gh-13