cpython/Misc/NEWS.d/next
Bénédikt Tran 718886f6c6
[3.13] gh-140530: fix a reference leak in an error path for raise exc from cause (GH-140908) (#141283)
gh-140530: fix a reference leak in an error path for `raise exc from cause` (#140908)

Fix a reference leak in `raise E from T` when `T` is an exception
subtype for which `T.__new__` does not return an exception instance.

(cherry picked from commit 0c77e7c23b)
2025-11-09 15:57:26 +01:00
..
Build Python 3.13.8 2025-10-07 14:01:51 +02:00
C API [3.13] gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-140636) (GH-140670) 2025-10-27 14:43:59 +01:00
Core and Builtins [3.13] gh-140530: fix a reference leak in an error path for raise exc from cause (GH-140908) (#141283) 2025-11-09 15:57:26 +01:00
Documentation Python 3.13.7 2025-08-14 13:12:11 +02:00
IDLE [3.13] gh-96491: Deduplicate version in IDLE shell title (GH-139841) (#139932) 2025-10-11 02:00:21 +00:00
Library [3.13] gh-100218: correctly set errno when socket.if_{nametoindex,indextoname} raise OSError (GH-140905) (#141285) 2025-11-09 13:31:49 +00:00
macOS Python 3.13.8 2025-10-07 14:01:51 +02:00
Security [3.13] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140845) 2025-10-31 17:58:09 +01:00
Tests [3.13] gh-140082: Forward colorizing from libregrtest to unittest (GH-140083) (#140755) 2025-10-29 12:55:54 +00:00
Tools-Demos Python 3.13.8 2025-10-07 14:01:51 +02:00
Windows Python 3.13.8 2025-10-07 14:01:51 +02:00