Tin mới
gh-153569: Add tokenizer source and cursor primitives (#153587)
gh-153176: Fix destroy_interpreter() test helper clearing a non-current thread state (#153307)
gh-145685: per-type method cache implementation (#150160)
GH-148874: Make sure that mngr.__exit__() is always called in a with statement (GH-150911)
gh-151040: Fix `test_c_stack_unwind` on RISC-V (#152370)
gh-152240: Fix test_c_stack_unwind on Linux LoongArch builds (#152241)
gh-151126: Fix missing `PyErr_NoMemory` in `testinternalcapi.c` (#152177)
gh-149879: Fix test_capi on Cygwin (#150252)
gh-149879: Fix test_c_stack_unwind on Cygwin (#150084)
gh-149202: Fix frame pointer unwinding on ppc64le and armv7/clang (#149409)
gh-149101: Implement PEP 788 (GH-149116)
gh-149202: Fix frame pointer unwinding on s390x and ARM (GH-149362)
GH-126910: Add GNU backtrace support for unwinding JIT frames (#149104)
GH-148726: Add heap_size to generational GC (#149195)
GH-126910: Add gdb support for unwinding JIT frames (#146071)
GH-148726: Forward-port generational GC. (GH-148746)
gh-148973: fix segfault on mismatch between consts size and oparg in compiler (#148974)
gh-146031: Allow keeping specialization enabled when specifying eval frame function (#146032)
gh-146615: Fix format specifiers in test cextensions (GH-146618)
gh-146480: Override the exception in _PyErr_SetKeyError() (#146486)
gh-127958: Trace from RESUME in the JIT (GH-145905)
GH-145247: Implement _PyTuple_FromPair() (#145325)
gh-144991: Use runtime JIT threshold in _testinternalcapi (gh-145496)
gh-144741: Fix test_frame_pointer_unwind for libpython (#145499)
GH-126910: add test for manual frame unwinding (#144137)
gh-142913: Add test case for interpreter generator w/ overridden opcodes (#142911)
gh-143604: Hold strong reference to executor during JIT tracing (GH-143646)
gh-143183: Link trace to side exits, rather than stop (GH-143268)
gh-142225: Add PyABIInfo_VAR to to _testcapimodule & _testinternalcapi (GH-142833)
gh-142531: Fix free-threaded GC performance regression (gh-142562)
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (#139668)
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
gh-139525: Don't specialize functions which have a modified vectorcall (#139524)