summaryrefslogtreecommitdiffstats
path: root/Include/internal
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#1...Miss Islington (bot)2024-07-181-0/+2
* [3.13] gh-121528: Fix _PyObject_Init() assertion for stable ABI (GH-121725) (...Miss Islington (bot)2024-07-171-2/+26
* [3.13] gh-121621: Move asyncio running loop to thread state (GH-121695) (GH-1...Miss Islington (bot)2024-07-164-7/+0
* [3.13] gh-121546: Disable contextvar caching on free-threading build (GH-1217...Miss Islington (bot)2024-07-151-0/+2
* [3.13] gh-121700 Emscripten trampolines not quite right since GH-106219 (GH-1...Miss Islington (bot)2024-07-141-7/+1
* [3.13] gh-120642: Move _PyCode_CODE() to the internal C API (GH-121644) (#121...Miss Islington (bot)2024-07-131-0/+3
* [3.13] gh-120198: Stop the world when setting __class__ on free-threaded buil...Ken Jin2024-07-121-0/+2
* [3.13] gh-117482: Fix Builtin Types Slot Wrappers (gh-121630)Miss Islington (bot)2024-07-111-0/+1
* [3.13] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (GH-121388) ...Miss Islington (bot)2024-07-081-4/+4
* [3.13] gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (gh...Miss Islington (bot)2024-07-081-2/+6
* [3.13] gh-106597: Remove unnecessary CFrame offsets (GH-121369) (#121370)Miss Islington (bot)2024-07-041-7/+0
* [3.13] gh-112136: Restore removed _PyArg_Parser (GH-121262) (#121344)Miss Islington (bot)2024-07-032-24/+0
* [3.13] gh-106597: Add more offsets to _Py_DebugOffsets (GH-121311) (#121312)Miss Islington (bot)2024-07-032-0/+18
* [3.13] gh-115773: Add sizes to debug offset structure (GH-120112) (#121283)Miss Islington (bot)2024-07-022-0/+19
* [3.13] gh-117657: Fix data races reported by TSAN in some set methods (GH-120...Miss Islington (bot)2024-07-011-0/+14
* [3.13] gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (GH-121178) (#121179)Miss Islington (bot)2024-06-301-7/+3
* [3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013)Miss Islington (bot)2024-06-262-8/+5
* [3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#...Victor Stinner2024-06-264-2/+209
* [3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...Petr Viktorin2024-06-245-818/+1545
* [3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and re...Miss Islington (bot)2024-06-241-0/+5
* [3.13] gh-119344: Make critical section API public (GH-119353) (#120856)Sam Gross2024-06-211-150/+68
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-203-69/+7
* [3.13] gh-119258: Backport optimizer frame fixes in GH-119365 (GH-120699)Ken Jin2024-06-201-3/+3
* [3.13] Fix typos in comments (GH-120481) (#120774)Miss Islington (bot)2024-06-202-2/+2
* [3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...Miss Islington (bot)2024-06-181-1/+1
* [3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters...Jelle Zijlstra2024-06-171-5/+26
* [3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)Miss Islington (bot)2024-06-141-9/+15
* [3.13] gh-117657: Make PyType_HasFeature atomic (GH-120210) (#120443)Miss Islington (bot)2024-06-132-1/+4
* [3.13] gh-71587: Drop local reference cache to `_strptime` module in `_dateti...Miss Islington (bot)2024-06-124-0/+6
* [3.13] gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165) (GH-12...Miss Islington (bot)2024-06-121-1/+4
* [3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169)Miss Islington (bot)2024-06-062-16/+14
* [3.13] gh-117657: Fix race involving GC and heap initialization (GH-119923) (...Miss Islington (bot)2024-06-041-0/+1
* [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...Miss Islington (bot)2024-06-032-11/+39
* [3.13] gh-117398: Add datetime Module State (gh-120004)Miss Islington (bot)2024-06-034-0/+6
* [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)Sam Gross2024-06-031-9/+5
* [3.13] gh-119336: Restore removed _PyLong_NumBits() function (GH-119418) (#11...Miss Islington (bot)2024-06-031-11/+0
* [3.13] gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (GH-11992...Miss Islington (bot)2024-06-021-1/+2
* [3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119...Jelle Zijlstra2024-06-012-5/+0
* [3.13] gh-119799: Add missing `_Py_IncRefTotal` to `_Py_NewRefWithLock` (GH-1...Miss Islington (bot)2024-05-311-0/+3
* [3.13] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#...Jelle Zijlstra2024-05-281-0/+2
* [3.13] gh-118692: Avoid creating unnecessary StopIteration instances for moni...Miss Islington (bot)2024-05-241-2/+2
* [3.13] gh-118727: Don't drop the GIL in `drop_gil()` unless the current threa...Miss Islington (bot)2024-05-231-4/+3
* [3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded b...Miss Islington (bot)2024-05-221-0/+22
* [3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Miss Islington (bot)2024-05-224-0/+6
* [3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914)Miss Islington (bot)2024-05-101-0/+1
* [3.13] gh-117657: Fix QSBR race condition (GH-118843) (#118905)Miss Islington (bot)2024-05-101-1/+1
* [3.13] gh-118789: Restore hidden `_PyWeakref_ClearRef` (GH-118797) (GH-118903)Miss Islington (bot)2024-05-101-2/+0
* [3.13] Revert "gh-115432: Add critical section variant that handles a NULL ob...Miss Islington (bot)2024-05-091-29/+0
* [3.13] gh-116984: Make mimalloc header includes relative to the current file ...Miss Islington (bot)2024-05-093-6/+6
* [3.13] gh-117657: Fix data races when writing / reading `ob_gc_bits` (GH-1182...Miss Islington (bot)2024-05-082-12/+44