Tin mới
gh-113318: Fix @getter and @setter in Argument Clinic (GH-155778)
gh-153785: Generate `AttributeError` messages from context (#153786)
gh-150988: Fix refleak in `OSError` when attrs are set before `super().__init__()` (#150990)
gh-150319: Replace all documentation which says "See PEP 585" (#150325)
gh-144774: Add critical section in `BaseException.__setstate__` (#150578)
gh-146615: Fix format specifiers in Objects/ directory (GH-146620)
gh-146250: Fix memory leak in re-initialization of `SyntaxError` (#146251)
GH-146096: Fix segfault in BaseExceptionGroup repr (#146141)
GH-145247: Use _PyTuple_FromPair in exceptions.c (GH-145910)
gh-145376: Fix refleak in unusual error path in BaseExceptionGroup_new (GH-145474)
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
gh-129824: Fix data race in _PyBuiltins_AddExceptions with subinterpreters (gh-143446)
gh-141732: Fix `ExceptionGroup` repr changing when original exception sequence is mutated (#141736)
gh-111489: Remove _PyTuple_FromArray() alias (#139973)
gh-74185: repr() of ImportError now contains attributes name and path (#136770)
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
gh-132449: Improve syntax error messages for keywords with typos (#132450)
gh-131238: Remove many includes from pycore_interp.h (#131472)
gh-128974: Fix `UnicodeError.__str__` when custom attributes have side-effects (#128975)
gh-111178: fix UBSan failures in `Objects/exceptions.c` (GH-128154)
gh-129668: Fix thread-safety of MemoryError freelist in free threaded build (gh-129704)
gh-128421: make exception group methods thread safe (#129298)
gh-127787: allow retrieving the clipped slice length in `_PyUnicodeError_GetParams` (GH-128980)
gh-111178: Regen clinic and fix exceptions.c post gh-128447 (#129060)
gh-128421: make getters and setters of `BaseException` thread safe (#128728)
gh-127787: refactor helpers for `PyUnicodeErrorObject` internal interface (GH-127789)
gh-127691: add type checks when using `PyUnicodeError` objects (GH-127694)
gh-123378: fix post-merge typos in comments and NEWS (#127739)
gh-123378: Ensure results of `PyUnicode*Error_Get{Start,End}` are clamped (GH-123380)
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
gh-123378: fix a crash in `UnicodeError.__str__` (#124935)
gh-111178: fix some USAN failures - mismatched function pointers (GH-123004)
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)