https://github.com/python/cpython/commit/bcced02604f845b2b71d0a1dd95f95366bd7774d
commit: bcced02604f845b2b71d0a1dd95f95366bd7774d
branch: main
author: Bartosz Sławecki
committer: jaraco
date: 2025-10-15T12:49:14-04:00
summary:
gh-140141: Properly break exception chain in
`importlib.metadata.Di
https://github.com/python/cpython/commit/b24b656a4e106a8c9621c71a71f907366af117ed
commit: b24b656a4e106a8c9621c71a71f907366af117ed
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-10-1
https://github.com/python/cpython/commit/9e235ffb215fcf31f8792a37e8a935741e8d3097
commit: 9e235ffb215fcf31f8792a37e8a935741e8d3097
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-10-1
https://github.com/python/cpython/commit/32c264982ec67460642b907dabc3304019318291
commit: 32c264982ec67460642b907dabc3304019318291
branch: main
author: Sergey Miryanov
committer: colesbury
date: 2025-10-15T09:48:21-04:00
summary:
gh-140061: Use `_PyObject_IsUniquelyReferenced()` to check if obje
https://github.com/python/cpython/commit/045e34964a37ac50eecde481f93deedc640884da
commit: 045e34964a37ac50eecde481f93deedc640884da
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: colesbury
date: 2025-10-15T14:49:17Z
summary:
[3.14] gh-140061
https://github.com/python/cpython/commit/728d239e57b650c392517b7ae569b0eb05af826e
commit: 728d239e57b650c392517b7ae569b0eb05af826e
branch: main
author: Victor Stinner
committer: vstinner
date: 2025-10-15T16:36:49+02:00
summary:
gh-140153: Fix Py_REFCNT() definition on limited C API 3.11-3.13 (#1
https://github.com/python/cpython/commit/65d1a14d59a16b441963bad3ca4b4783d37afd1d
commit: 65d1a14d59a16b441963bad3ca4b4783d37afd1d
branch: main
author: Alex Waygood
committer: AlexWaygood
date: 2025-10-15T20:18:39Z
summary:
gh-139817: typing docs: Fix indentation of `.. versionadded::` note for