[Python-checkins] gh-146393: Remove special character in optimizer_bytecodes.c (#148693)

2026-04-17 Thread Fidget-Spinner
https://github.com/python/cpython/commit/db3e990b98fd12fee1bf851f4185d4e857318d76 commit: db3e990b98fd12fee1bf851f4185d4e857318d76 branch: main author: Pieter Eendebak committer: Fidget-Spinner date: 2026-04-17T16:52:16Z summary: gh-146393: Remove special character in optimizer_bytecodes.c (#148

[Python-checkins] gh-148683: Doc: fix misplaced pprint entries in What's New 3.15 (#148685)

2026-04-17 Thread hugovk
https://github.com/python/cpython/commit/a86234ea853431bd3eae014bb3eef71227aeab27 commit: a86234ea853431bd3eae014bb3eef71227aeab27 branch: main author: Xuwz committer: hugovk <[email protected]> date: 2026-04-17T17:13:41+03:00 summary: gh-148683: Doc: fix misplaced pprint en

[Python-checkins] [3.14] gh-148651: Fix refcount leak in _zstd decompressor options (GH-148657) (#148691)

2026-04-17 Thread emmatyping
https://github.com/python/cpython/commit/7f6a0c377b1724c3e704ea6ed854721ea8d03620 commit: 7f6a0c377b1724c3e704ea6ed854721ea8d03620 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: emmatyping date: 2026-04-17T16:07:54Z summary: [3.14] gh-14865

[Python-checkins] gh-148651: Fix refcount leak in _zstd decompressor options (#148657)

2026-04-17 Thread emmatyping
https://github.com/python/cpython/commit/446edda20919447fdc8b5a43f2f2ae686df82e6a commit: 446edda20919447fdc8b5a43f2f2ae686df82e6a branch: main author: Michael Bommarito committer: emmatyping date: 2026-04-17T08:42:41-07:00 summary: gh-148651: Fix refcount leak in _zstd decompressor options (#14

[Python-checkins] gh-148464: Add missing ``__ctype_le/be__`` attributes for complex types in the ctype module (GH-148485)

2026-04-17 Thread encukou
https://github.com/python/cpython/commit/769cc8338f35eb134508aca701a59342bcb6a84b commit: 769cc8338f35eb134508aca701a59342bcb6a84b branch: main author: Sergey B Kirpichev committer: encukou date: 2026-04-17T14:09:09+02:00 summary: gh-148464: Add missing ``__ctype_le/be__`` attributes for complex

[Python-checkins] gh-148484: Fix memory leak of iterator in array.array constructor (GH-148523)

2026-04-17 Thread encukou
https://github.com/python/cpython/commit/afde75664eb3ff3e147806f027c9da54c7eb77d4 commit: afde75664eb3ff3e147806f027c9da54c7eb77d4 branch: main author: Gleb Popov committer: encukou date: 2026-04-17T14:13:44+02:00 summary: gh-148484: Fix memory leak of iterator in array.array constructor (GH-148

[Python-checkins] gh-148222: Fix NULL dereference bugs in genericaliasobject.c (#148226)

2026-04-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/634568d030f18183212c01bd4544aa7f97e05442 commit: 634568d030f18183212c01bd4544aa7f97e05442 branch: main author: Prakash Sellathurai committer: JelleZijlstra date: 2026-04-17T17:21:13-07:00 summary: gh-148222: Fix NULL dereference bugs in genericaliasobject

[Python-checkins] [3.14] gh-148222: Fix NULL dereference bugs in genericaliasobject.c (GH-148226) (#148705)

2026-04-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/67100b3e926c2c7cdd9d0825add677b19664f377 commit: 67100b3e926c2c7cdd9d0825add677b19664f377 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2026-04-18T00:47:06Z summary: [3.14] gh-14

[Python-checkins] gh-148639: Implement PEP 800 (typing.disjoint_base) (#148640)

2026-04-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/92164dc91712dcf27e2d526fa6ef8735a8356a36 commit: 92164dc91712dcf27e2d526fa6ef8735a8356a36 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2026-04-17T19:20:41-07:00 summary: gh-148639: Implement PEP 800 (typing.disjoint_base) (#148640)