[Python-checkins] [3.12] gh-117945: Fix `os.path.ismount()` documentation (GH-117947) (#117952)

2024-04-16 Thread hauntsaninja
https://github.com/python/cpython/commit/5f4c7cf3f49629bcf890c305e0a90ffd708110a2 commit: 5f4c7cf3f49629bcf890c305e0a90ffd708110a2 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> da

[Python-checkins] gh-117945: Fix `os.path.ismount()` documentation (#117947)

2024-04-16 Thread hauntsaninja
https://github.com/python/cpython/commit/a23fa3368e50866f31d6fc1c66a9a5ca2a580239 commit: a23fa3368e50866f31d6fc1c66a9a5ca2a580239 branch: main author: Nice Zombies committer: hauntsaninja <[email protected]> date: 2024-04-16T15:55:53-07:00 summary: gh-117945: Fix `os

[Python-checkins] linecache: Fix docstring location (#117948)

2024-04-16 Thread hauntsaninja
https://github.com/python/cpython/commit/dd4383f3c12fc938a445d974543f897c3fc07c0a commit: dd4383f3c12fc938a445d974543f897c3fc07c0a branch: main author: Jelle Zijlstra committer: hauntsaninja <[email protected]> date: 2024-04-16T15:37:18-07:00 summary: linecache: Fix d

[Python-checkins] gh-112844: Fix xz CPE identifier (GH-117656)

2024-04-16 Thread zooba
https://github.com/python/cpython/commit/d9e2126013904f91380c25592986d284cd7bee19 commit: d9e2126013904f91380c25592986d284cd7bee19 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-04-16T22:20:47Z summary: gh-112844: Fix xz CP

[Python-checkins] gh-112844: Fix xz CPE identifier (GH-117656)

2024-04-16 Thread zooba
https://github.com/python/cpython/commit/d70ee13e575ae4832f2824add64dba77ce5ab7ad commit: d70ee13e575ae4832f2824add64dba77ce5ab7ad branch: main author: Seth Michael Larson committer: zooba date: 2024-04-16T23:11:43+01:00 summary: gh-112844: Fix xz CPE identifier (GH-117656) files: M Misc/extern

[Python-checkins] gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445)

2024-04-16 Thread zooba
https://github.com/python/cpython/commit/de0dc68b8263da4e3e69d517f303b9b08b36f142 commit: de0dc68b8263da4e3e69d517f303b9b08b36f142 branch: main author: Mariusz Felisiak committer: zooba date: 2024-04-16T23:10:05+01:00 summary: gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445)

[Python-checkins] gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674)

2024-04-16 Thread vstinner
https://github.com/python/cpython/commit/919784737c69e0f8e34d7d7a2e85b02628af6e66 commit: 919784737c69e0f8e34d7d7a2e85b02628af6e66 branch: main author: Victor Stinner committer: vstinner date: 2024-04-16T23:26:54+02:00 summary: gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674)

[Python-checkins] gh-117755: Fix mimalloc for huge allocation on s390x (#117809)

2024-04-16 Thread vstinner
https://github.com/python/cpython/commit/3fe03ccea61121b05e933013f76aa02f690014c1 commit: 3fe03ccea61121b05e933013f76aa02f690014c1 branch: main author: Victor Stinner committer: vstinner date: 2024-04-16T20:34:12Z summary: gh-117755: Fix mimalloc for huge allocation on s390x (#117809) Fix mimal

[Python-checkins] gh-117755: Remove tests on huge memory allocations (#117938)

2024-04-16 Thread vstinner
https://github.com/python/cpython/commit/e05d202ebf0904cf0a980fde76f4a38bb8dc7c3b commit: e05d202ebf0904cf0a980fde76f4a38bb8dc7c3b branch: main author: Victor Stinner committer: vstinner date: 2024-04-16T22:05:12+02:00 summary: gh-117755: Remove tests on huge memory allocations (#117938) Remove

[Python-checkins] gh-117376: Make code objects use deferred reference counting (#117823)

2024-04-16 Thread colesbury
https://github.com/python/cpython/commit/241ed5f2cdd525de0e136d0e3ce70d5487721c10 commit: 241ed5f2cdd525de0e136d0e3ce70d5487721c10 branch: main author: Sam Gross committer: colesbury date: 2024-04-16T12:42:53-04:00 summary: gh-117376: Make code objects use deferred reference counting (#117823)

[Python-checkins] gh-112069: Make setiter_iternext to be thread-safe (gh-117935)

2024-04-16 Thread corona10
https://github.com/python/cpython/commit/a734fd5cf71ab8d7eb17ba5d6592fcc23679656b commit: a734fd5cf71ab8d7eb17ba5d6592fcc23679656b branch: main author: Donghee Na committer: corona10 date: 2024-04-16T16:31:42Z summary: gh-112069: Make setiter_iternext to be thread-safe (gh-117935) files: M Obje

[Python-checkins] [3.12] Docs: Add classes to C API return value annotations (GH-117926) (#117937)

2024-04-16 Thread hugovk
https://github.com/python/cpython/commit/67dc68141adcb81dd858c7eb4204af8515812e9d commit: 67dc68141adcb81dd858c7eb4204af8515812e9d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-04-1

[Python-checkins] Docs: Add classes to C API return value annotations (#117926)

2024-04-16 Thread hugovk
https://github.com/python/cpython/commit/3284b84c437e3b0b0a052471e8a6aabc528fc651 commit: 3284b84c437e3b0b0a052471e8a6aabc528fc651 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-04-16T15:56:15Z

[Python-checkins] gh-117683: Fix test_free_different_thread failures with GIL disabled (#117685)

2024-04-16 Thread colesbury
https://github.com/python/cpython/commit/df0f3a738f8bd414e0a3164ad65f71acfa83c085 commit: df0f3a738f8bd414e0a3164ad65f71acfa83c085 branch: main author: Sam Gross committer: colesbury date: 2024-04-16T11:55:56-04:00 summary: gh-117683: Fix test_free_different_thread failures with GIL disabled (#1

[Python-checkins] gh-115178: Add Counts of UOp Pairs to pystats (GH-115181)

2024-04-16 Thread markshannon
https://github.com/python/cpython/commit/acf69e09c66f8473399fabab36b81f56496528a6 commit: acf69e09c66f8473399fabab36b81f56496528a6 branch: main author: Jeff Glass committer: markshannon date: 2024-04-16T14:27:18+01:00 summary: gh-115178: Add Counts of UOp Pairs to pystats (GH-115181) files: M I

[Python-checkins] [3.12] gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecation warnings (GH-117872) (GH-117930)

2024-04-16 Thread encukou
https://github.com/python/cpython/commit/aa26dc3c4aa148d28eb7ea910642a6d012cd8921 commit: aa26dc3c4aa148d28eb7ea910642a6d012cd8921 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-04-16T11:54:01Z summary: [3.12] gh-117691:

[Python-checkins] GH-115776: Static object are immortal, so mark them as such. (GH-117673)

2024-04-16 Thread markshannon
https://github.com/python/cpython/commit/c053d52edd1e05ccc339e380b705749a3240d645 commit: c053d52edd1e05ccc339e380b705749a3240d645 branch: main author: Mark Shannon committer: markshannon date: 2024-04-16T12:51:41+01:00 summary: GH-115776: Static object are immortal, so mark them as such. (GH-11

[Python-checkins] gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecation warnings (GH-117872)

2024-04-16 Thread encukou
https://github.com/python/cpython/commit/cff0a2db00b6379f60fe273a9782f71773d0a4cb commit: cff0a2db00b6379f60fe273a9782f71773d0a4cb branch: main author: Alex Waygood committer: encukou date: 2024-04-16T13:36:00+02:00 summary: gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecatio

[Python-checkins] gh-117613: Argument Clinic: ensure that 'defining_class' params are positional-only (#117781)

2024-04-16 Thread erlend-aasland
https://github.com/python/cpython/commit/c520bf9bdf77d43c3d5d95bd08e856759a2abc86 commit: c520bf9bdf77d43c3d5d95bd08e856759a2abc86 branch: main author: neonene <[email protected]> committer: erlend-aasland date: 2024-04-16T09:52:45Z summary: gh-117613: Argument Clinic: ens

[Python-checkins] gh-77102: site: try utf-8 and locale encoding when reading .pth file (GH-117802)

2024-04-16 Thread methane
https://github.com/python/cpython/commit/2a58923687cbe102550b275ccf025a1b8d2b417e commit: 2a58923687cbe102550b275ccf025a1b8d2b417e branch: 3.12 author: Inada Naoki committer: methane date: 2024-04-16T18:51:06+09:00 summary: gh-77102: site: try utf-8 and locale encoding when reading .pth file (GH

[Python-checkins] [3.12] gh-117797: Improve `test_descr.test_not_implemented` (GH-117798) (#117921)

2024-04-16 Thread sobolevn
https://github.com/python/cpython/commit/44eab29cbd5fd9c120919d1c3b647d2241e055ba commit: 44eab29cbd5fd9c120919d1c3b647d2241e055ba branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-04-16T12:50:10+03:00 summary: [3.12] gh-11

[Python-checkins] gh-102402: Fix floating point math issue by using `time.time_ns()` in `logging.LogRecord` (GH-102412)

2024-04-16 Thread vsajip
https://github.com/python/cpython/commit/1316692e8c7c1e1f3b6639e51804f9db5ed892ea commit: 1316692e8c7c1e1f3b6639e51804f9db5ed892ea branch: main author: Douglas Thor committer: vsajip date: 2024-04-16T10:44:57+01:00 summary: gh-102402: Fix floating point math issue by using `time.time_ns()` in `

[Python-checkins] gh-117797: Improve `test_descr.test_not_implemented` (#117798)

2024-04-16 Thread sobolevn
https://github.com/python/cpython/commit/1a1e013a4a526546c373afd887f2e25eecc984ad commit: 1a1e013a4a526546c373afd887f2e25eecc984ad branch: main author: Nikita Sobolev committer: sobolevn date: 2024-04-16T09:11:57Z summary: gh-117797: Improve `test_descr.test_not_implemented` (#117798) files: M

[Python-checkins] gh-117613: Enhance test_clinic @defining_class tests (#117896)

2024-04-16 Thread vstinner
https://github.com/python/cpython/commit/2cc916e14797f34c8ce75213ea4f1e8390049c75 commit: 2cc916e14797f34c8ce75213ea4f1e8390049c75 branch: main author: Victor Stinner committer: vstinner date: 2024-04-16T09:32:51+02:00 summary: gh-117613: Enhance test_clinic @defining_class tests (#117896) file