summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* gh-111968: Use per-thread freelists for generator in free-threading (gh-114189)Donghee Na2024-01-184-30/+21
* Post 3.13.0a3Thomas Wouters2024-01-171-1/+1
* Python 3.13.0a3v3.13.0a3Thomas Wouters2024-01-171-2/+2
* gh-112529: Track if debug allocator is used as underlying allocator (#113747)Sam Gross2024-01-163-0/+6
* gh-111968: Use per-thread freelists for PyContext in free-threading (gh-114122)Donghee Na2024-01-164-20/+14
* gh-113626: Add allow_code parameter in marshal functions (GH-113648)Serhiy Storchaka2024-01-164-0/+6
* GH-113655: Lower the C recursion limit on various platforms (GH-113944)Mark Shannon2024-01-161-2/+6
* gh-111968: Use per-thread slice_cache in free-threading (gh-113972)Donghee Na2024-01-154-4/+11
* GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, no...Mark Shannon2024-01-151-1/+1
* Fix a grammatical error in `pycore_pymem.h` (#112993)Joseph Pearson2024-01-121-1/+1
* gh-113710: Add types to the interpreter DSL (#113711)Ken Jin2024-01-123-55/+56
* GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)Brandt Bucher2024-01-123-33/+8
* gh-111968: Use per-thread freelists for tuple in free-threading (gh-113921)Donghee Na2024-01-113-45/+28
* GH-113853: Guarantee forward progress in executors (GH-113854)Mark Shannon2024-01-111-1/+1
* gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641)Nikita Sobolev2024-01-114-0/+6
* gh-111968: Unify naming scheme for freelist (gh-113919)Donghee Na2024-01-101-1/+1
* gh-113753: Clear finalized bit when putting PyAsyncGenASend back into free li...Sam Gross2024-01-101-0/+4
* gh-111968: Use per-thread freelists for float in free-threading (gh-113886)Donghee Na2024-01-104-29/+21
* GH-113860: All executors are now defined in terms of micro ops. Convert count...Mark Shannon2024-01-105-9/+14
* gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584)Donghee Na2024-01-096-22/+63
* gh-110721: Remove unused code from suggestions.c after moving PyErr_Display t...Pablo Galindo Salgado2024-01-084-6/+0
* gh-113750: Fix object resurrection in free-threaded builds (gh-113751)Sam Gross2024-01-061-0/+1
* gh-113688: Split up gcmodule.c (gh-113715)Sam Gross2024-01-051-0/+31
* gh-112532: Tag mimalloc heaps and pages (#113742)Sam Gross2024-01-052-1/+3
* GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to class...Mark Shannon2024-01-051-0/+2
* gh-112532: Isolate abandoned segments by interpreter (#113717)Sam Gross2024-01-044-18/+53
* gh-111926: Set up basic sementics of weakref API for freethreading (gh-113621)Donghee Na2024-01-031-19/+37
* gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)Samet YASLAN2023-12-301-0/+5
* gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)Sam Gross2023-12-264-1/+35
* gh-111971: Make _PyUnicode_FromId thread-safe in --disable-gil (gh-113489)Donghee Na2023-12-261-0/+4
* gh-106905: Use separate structs to track recursion depth in each PyAST_mod2ob...Yilei Yang2023-12-251-2/+0
* GH-112215: Increase C recursion limit for non debug builds (GH-113397)Mark Shannon2023-12-221-1/+3
* GH-111485: Delete the old generator code. (GH-113321)Mark Shannon2023-12-211-23/+23
* GH-111485: Generate instruction and uop metadata (GH-113287)Mark Shannon2023-12-204-992/+772
* gh-111178: Make slot functions in typeobject.c have compatible types (GH-112752)Christopher Chavez2023-12-201-1/+1
* gh-112535: Implement fallback implementation of _Py_ThreadId() (gh-113185)Donghee Na2023-12-181-1/+5
* gh-111964: Add _PyRWMutex a "readers-writer" lock (gh-112859)Sam Gross2023-12-161-0/+39
* gh-112535: Update _Py_ThreadId() to support RISC-V (gh-113084)Furkan Onder2023-12-141-0/+7
* GH-111485: Sort metadata tables for easier checking of future diffs (GH-113101)Mark Shannon2023-12-141-1503/+1503
* GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)Mark Shannon2023-12-141-1/+1
* gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exce...Eric Snow2023-12-131-2/+1
* gh-112723: Call `PyThreadState_Clear()` from the correct interpreter (#112776)Sam Gross2023-12-132-2/+2
* gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)Eric Snow2023-12-131-0/+2
* gh-112320: Implement on-trace confidence tracking for branches (#112321)Guido van Rossum2023-12-121-0/+1
* GH-108866: Guarantee forward progress in executors. (GH-113006)Mark Shannon2023-12-123-3/+3
* gh-76785: Fixes for test.support.interpreters (gh-112982)Eric Snow2023-12-122-3/+13
* GH-111485: Factor out tier 2 code generation from the rest of the interpreter...Mark Shannon2023-12-122-2/+2
* gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)Sam Gross2023-12-121-1/+13
* GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)Mark Shannon2023-12-112-96/+269
* gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885)Neil Schemenauer2023-12-091-0/+2