Tin mới
gh-152433: Use regular LoadLibrary in UWP for Windows system libs (GH-156972)
gh-156091: Fix crash compiling deeply nested inlined comprehensions (#156957)
gh-144446: Fix _PyFrame_GetFrameObject() for test_cppext (C++) (#156893)
gh-144446: Fix thread safety of gi_frame, cr_frame and ag_frame in free-threading (#156037)
gh-64862: Add the stop_exception parameter in iter() and aiter() (GH-156298)
gh-155725: Remove `PyGILState_Ensure` usage from `tracemalloc` (#156409)
gh-156459: Fix cleanup on error in compiler_set_qualname (#156462)
gh-154060: Preserve replay duration and rate (#154101)
gh-156261: Move converters used in several files to Argument Clinic (GH-156262)
gh-120321: fix thread safety of concurrently iterating over async generators (#155025)
gh-155742: Get PyBytes_AS_STRING() as `const char*` (#155751)
gh-135748: Use Argument Clinic for more socket functions (GH-155257)
gh-155486: Allow non-compact integers in `TO_BOOL_INT` (GH-155531)
gh-154701: prevent executor self-links in JIT cold exits (GH-155323)
gh-129752: Don't update adaptive counters when TLBC=0 in free-threading. (gh-155497)
gh-155363: Fix QSBR slot leak on thread state creation failure (gh-155365)
gh-145685: Remove `_PySeqLock` that is not used anymore (gh-155243)
gh-154902: Add an intrinsic for conditional annotations (#155026)
Add comments about _Py_LOCK_DONT_DETACH usage. (#153817)
gh-151321: Fix incorrect opcode metadata flags for LOAD_DEREF opcode (GH-154778)
gh-154431: Revert "gh-154431: Fix data race in `sys.audithook` (#154462)" (GH-154769)
gh-154431: Fix data race in `sys.audithook` (#154462)
gh-145685: per-type method cache implementation (#150160)
gh-153511: Removes Tools/msi, Tools/nuget, and legacy py.exe launcher sources (GH-153512)
gh-153236: Propagate lazy submodule import errors (#153237)
gh-102960: Make frames weak-referenceable (#152838)
gh-152433: Allow posixmodule.c to build for Windows UWP (GH-152998)
gh-152132: Test Py_CompileString() in test_capi.test_run (#153470)
gh-152132: Enhance Py_RunMain() and fix bugs (#153461)
Use enums for pycore_uop_ids.h. (gh-153351)
gh-152132: Fix Py_RunMain() to return an exit code (#153446)
gh-152997: Support system locale encodings via an iconv-based codec (GH-153001)
gh-153083: Defer GC tracking of an array to the end of construction. (gh-153284)
gh-150490: Raise PyType_Modified for insertion into split dictionary (take 2) (#152914)