Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-112529: Implement GC for free-threaded builds (#114262) | Sam Gross | 2024-01-25 | 1 | -3/+1698 |
| | | | | | | | * gh-112529: Implement GC for free-threaded builds This implements a mark and sweep GC for the free-threaded builds of CPython. The implementation relies on mimalloc to find GC tracked objects (i.e., "containers"). | ||||
* | gh-111968: Use per-thread freelists for generator in free-threading (gh-114189) | Donghee Na | 2024-01-18 | 1 | -1/+0 |
| | |||||
* | gh-111968: Use per-thread freelists for PyContext in free-threading (gh-114122) | Donghee Na | 2024-01-16 | 1 | -1/+0 |
| | |||||
* | gh-111968: Use per-thread freelists for tuple in free-threading (gh-113921) | Donghee Na | 2024-01-11 | 1 | -1/+0 |
| | |||||
* | gh-111968: Use per-thread freelists for float in free-threading (gh-113886) | Donghee Na | 2024-01-10 | 1 | -1/+0 |
| | |||||
* | gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584) | Donghee Na | 2024-01-09 | 1 | -0/+32 |