summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_tstate.h
Commit message (Expand)AuthorAgeFilesLines
* gh-115999: Implement thread-local bytecode and enable specialization for `BIN...mpage2024-11-041-1/+3
* gh-125900: Clean-up logic around immortalization in free-threading (#125901)Sam Gross2024-10-241-0/+3
* gh-124218: Refactor per-thread reference counting (#124844)Sam Gross2024-10-011-4/+4
* gh-122417: Implement per-thread heap type refcounts (#122418)Sam Gross2024-08-061-0/+10
* gh-100240: Use a consistent implementation for freelists (#121934)Sam Gross2024-07-221-5/+5
* gh-121621: Move asyncio_running_loop to private struct (#121939)Sam Gross2024-07-171-0/+2
* gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)Eric Snow2024-06-251-7/+0
* gh-117439: Make refleak checking thread-safe without the GIL (#117469)Sam Gross2024-04-081-0/+4
* gh-115103: Implement delayed free mechanism for free-threaded builds (#115367)Sam Gross2024-02-201-0/+1
* gh-115103: Implement delayed memory reclamation (QSBR) (#115180)Sam Gross2024-02-161-1/+4
* gh-112529: Make the GC scheduling thread-safe (#114880)Sam Gross2024-02-161-0/+1
* gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)Donghee Na2024-02-141-1/+1
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)Eric Snow2024-02-131-0/+7
* gh-110481: Implement inter-thread queue for biased reference counting (#114824)Sam Gross2024-02-091-0/+2
* gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584)Donghee Na2024-01-091-0/+2
* gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)Sam Gross2023-12-261-1/+6
* gh-112538: Add internal-only _PyThreadStateImpl "wrapper" for PyThreadState (...Sam Gross2023-12-071-0/+26