summaryrefslogtreecommitdiffstats
path: root/Include/internal
Commit message (Expand)AuthorAgeFilesLines
* GH-134584: Remove redundant refcount from `_STORE_ATTR_SLOT` (#142729)Savannah Ostrowski11 days3-5/+5
* gh-134584: JIT: Eliminate redundant refcount ops for X_INT (GH-142765)Ken Jin11 days3-782/+773
* gh-134584: Eliminate redundant refcounting from `_STORE_ATTR_INSTANCE_VALUE` ...Nadeshiko Manju11 days3-5/+5
* gh-134584: Remove custom float decref ops (GH-142576)Ken Jin11 days4-1122/+1033
* GH-142718: JIT: Fix crash due to incorrect caching on side exits when exiting...Mark Shannon11 days2-283/+295
* gh-142472: Clean-up _PyStackRef functions (gh-142479)Sam Gross11 days2-195/+53
* gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_DICT (GH-142712)Donghee Na11 days3-5/+5
* gh-134584: Eliminate redundant refcounting from _CALL_LIST_APPEND (GH-142711)Nadeshiko Manju11 days3-687/+696
* gh-138122: Add --subprocesses flag to profile child processes in tachyon (#14...Pablo Galindo Salgado11 days4-0/+7
* gh-140414: streamline thread state access in `asyncio` (#142742)Kumar Aditya11 days1-0/+3
* gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_LIST_INT (gh-14...Donghee Na12 days3-5/+5
* gh-134584: Eliminate redundant refcounting from `_CALL_BUILTION_O` (GH-142695)PuQing12 days3-7/+7
* gh-134584: Eliminate redundant refcounting from `_CALL_STR_1` (GH-136070)Nadeshiko Manju12 days3-7/+7
* gh-134584: Cleanups for GH-135860 (GH-142604)Ken Jin13 days3-7/+7
* gh-132657: Add lock-free set contains implementation (#132290)Neil Schemenauer13 days1-0/+3
* gh-134584: Revert partially GH-135860 (GH-142620)Ken Jin2025-12-123-5/+5
* gh-142534: Avoid TSan warnings in dictobject.c (gh-142544)Sam Gross2025-12-111-0/+3
* gh-138122: Add exception profiling mode to the sampling profiler (#142561)Pablo Galindo Salgado2025-12-111-0/+12
* gh-134584: Eliminate redundant refcounting from ``_CALL_LEN`` (gh-136104)Donghee Na2025-12-113-5/+5
* gh-134584: Eliminate redundant refcounting from `_CALL_TUPLE_1` (GH-135860)Noam Cohen2025-12-113-5/+5
* GH-135379: Top of stack caching for the JIT. (GH-135465)Mark Shannon2025-12-117-105/+5105
* gh-123241: Don't modify ref count during visitation (GH-142232)Dino Viehland2025-12-111-0/+5
* gh-138122: Make the tachyon profiler opcode-aware (#142394)Pablo Galindo Salgado2025-12-114-0/+7
* gh-142447: Fix cast warning in pycore_backoff.h (#142465)Victor Stinner2025-12-091-1/+1
* gh-140222: Increase stack margin on debug build (#142452)Victor Stinner2025-12-091-3/+3
* gh-142342: Fix m68k assembler operand constraints for `%fpcr` access (gh-142343)John Paul Adrian Glaubitz2025-12-091-3/+3
* gh-124379: Document _PyStackRef (gh-142321)Sam Gross2025-12-081-7/+0
* gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)Donghee Na2025-12-081-0/+45
* gh-138122: Don't sample partial frame chains (#141912)Pablo Galindo Salgado2025-12-072-0/+7
* gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (...Pablo Galindo Salgado2025-12-065-0/+16
* GH-141794: Limit size of generated machine code. (GH-142228)Mark Shannon2025-12-033-0/+66
* gh-142217: Remove internal _Py_Identifier functions (#142219)Victor Stinner2025-12-034-50/+0
* gh-130396: Export _Py_ReachedRecursionLimitWithMargin() (#142012)Victor Stinner2025-11-271-1/+2
* gh-116008: Detect freed thread state in faulthandler (#141988)Victor Stinner2025-11-271-0/+21
* gh-127635: Use flexible array in tracemalloc (#141991)Victor Stinner2025-11-271-8/+12
* gh-130396: Remove _Py_ReachedRecursionLimitWithMargin() function (#141951)Victor Stinner2025-11-271-0/+4
* gh-116738: Fix thread-safety issue in re module for free threading (gh-141923)Alper2025-11-261-0/+6
* gh-116749: Fix code comment for _PyConfig_GIL_DEFAULT (gh-141804)Sam Gross2025-11-241-4/+2
* gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)Petr Viktorin2025-11-241-2/+9
* GH-140638: Add a GC "candidates" stat (GH-141814)Brandt Bucher2025-11-221-0/+4
* gh-141498: Change backoff counter to use prime numbers instead of powers of 2...Mikhail Efimov2025-11-211-28/+40
* gh-140795: fetch thread state once on fast path for critical sections (#141406)Kumar Aditya2025-11-211-27/+57
* gh-60107: Remove a copy from RawIOBase.read (#141532)Cody Maloney2025-11-204-0/+7
* GH-140638: Add a GC "duration" stat (GH-141720)Brandt Bucher2025-11-191-0/+4
* GH-139653: Only raise an exception (or fatal error) when the stack pointer is...Mark Shannon2025-11-191-2/+5
* gh-141070: Add PyUnstable_Object_Dump() function (#141072)Victor Stinner2025-11-181-1/+1
* GH-139109: Support switch/case dispatch with the tracing interpreter. (GH-141...Mark Shannon2025-11-184-4/+11
* GH-139914: Handle stack growth direction on HPPA (GH-140028)Stefano Rivera2025-11-172-0/+12
* GH-140643: Add `<native>` and `<GC>` frames to the sampling profiler (#141108)Brandt Bucher2025-11-177-1/+33
* gh-135953: Add GIL contention markers to sampling profiler Gecko format (#139...Pablo Galindo Salgado2025-11-171-0/+4