Files
cpython/Python
Bénédikt Tran 0c77e7c23b 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.
2025-11-09 13:41:08 +01:00
..
2025-04-30 11:46:41 +02:00

Miscellaneous source files for the main Python shared library