summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-119344: Make critical section API public (GH-119353) (#120856)Sam Gross2024-06-213-43/+32
* [3.13] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-1...Miss Islington (bot)2024-06-211-12/+33
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-201-1/+1
* [3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-12073...Mark Shannon2024-06-201-75/+36
* [3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...Miss Islington (bot)2024-06-182-3/+11
* [3.13] gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].in...Miss Islington (bot)2024-06-171-2/+4
* [3.13] gh-117657: Make PyType_HasFeature (exported version) atomic (GH-120484...Miss Islington (bot)2024-06-151-1/+1
* [3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)Miss Islington (bot)2024-06-141-15/+70
* [3.13] gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165) (GH-12...Miss Islington (bot)2024-06-121-1/+7
* gh-120198: Fix race condition when editing __class__ with an audit hook activ...Miss Islington (bot)2024-06-111-1/+2
* [3.13] bpo-24766: doc= argument to subclasses of property not handled correct...Miss Islington (bot)2024-06-111-15/+4
* [3.13] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (...Miss Islington (bot)2024-06-111-1/+8
* [3.13] gh-120155: Fix copy/paste error in HAVE_SUBOFFSETS_IN_LAST_DIM() (GH-1...Miss Islington (bot)2024-06-071-1/+1
* [3.13] gh-119999: Fix potential race condition in `_Py_ExplicitMergeRefcount`...Miss Islington (bot)2024-06-041-8/+11
* [3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)Miss Islington (bot)2024-06-041-1/+1
* [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...Miss Islington (bot)2024-06-036-98/+194
* [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)Sam Gross2024-06-032-3/+3
* [3.13] gh-117657: Fix data races report by TSAN unicode-hash (gh-119907) (gh-...Miss Islington (bot)2024-06-031-8/+11
* [3.13] gh-74929: PEP 667 C API documentation (gh-119892)Miss Islington (bot)2024-06-011-2/+7
* [3.13] gh-109218: Improve documentation for the complex() constructor (GH-119...Miss Islington (bot)2024-05-302-6/+12
* [3.13] gh-119525: Fix deadlock with `_PyType_Lookup` and the GIL (GH-119527) ...Miss Islington (bot)2024-05-291-4/+7
* [3.13] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296...Miss Islington (bot)2024-05-281-0/+4
* [3.13] gh-111999: Fix the signature of str.format_map() (GH-119540) (#119543)Miss Islington (bot)2024-05-251-1/+1
* [3.13] GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) (G...Miss Islington (bot)2024-05-231-2/+5
* [3.13] gh-117657: Fix missing atomic in dict_resize (GH-119312) (#119417)Miss Islington (bot)2024-05-221-1/+1
* [3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded b...Miss Islington (bot)2024-05-221-3/+5
* [3.13] gh-119053: Implement the fast path for list.__getitem__ (gh-119112) (g...Miss Islington (bot)2024-05-211-5/+10
* [3.13] gh-118921: Add `copy()` method for `FrameLocalsProxy` (GH-118923) (#11...Miss Islington (bot)2024-05-101-0/+19
* [3.13] Rename `notimplemented_methods` into `nodefault_methods` (GH-118896) (...Miss Islington (bot)2024-05-101-4/+4
* Fix some missing null checks. (GH-118721)Miss Islington (bot)2024-05-101-5/+8
* [3.13] gh-118561: Fix crash involving list.extend in free-threaded build (GH-...Miss Islington (bot)2024-05-091-1/+2
* [3.13] gh-118849: Fix "code will never be executed" warning in `dictobject.c`...Miss Islington (bot)2024-05-091-1/+1
* [3.13] gh-117657: Fix data races when writing / reading `ob_gc_bits` (GH-1182...Miss Islington (bot)2024-05-081-1/+1
* gh-118746: Fix crash in frame_getlocals and _PyFrame_GetLocals (#118748)Tian Gao2024-05-081-0/+18
* gh-110209: Add __class_getitem__ for generator and coroutine (#110212)James Hilton-Balfe2024-05-071-0/+2
* gh-118527: Intern code consts in free-threaded build (#118667)Sam Gross2024-05-072-14/+294
* gh-112075: Fix race in constructing dict for instance (#118499)Dino Viehland2024-05-062-70/+74
* gh-118527: Intern code name and filename on default build (#118576)Sam Gross2024-05-061-2/+0
* GH-115709: Invalidate executors when a local variable is changed via frame.f_...Mark Shannon2024-05-061-1/+2
* gh-118362: Fix thread safety around lookups from the type cache in the face o...Dino Viehland2024-05-064-118/+263
* GH-117714: implement athrow().close() and asend().close() using throw (GH-117...Thomas Grainger2024-05-061-4/+38
* gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...Petr Viktorin2024-05-061-1/+1
* gh-118609: Add proper error check for framelocalsproxy (#118615)Tian Gao2024-05-061-46/+99
* gh-74929: Make containment checks more efficient in `FrameLocalsProxy` (#118624)Tian Gao2024-05-061-10/+19
* gh-118605: Fix reference leak in FrameLocalsProxy (#118607)Tian Gao2024-05-051-3/+28
* gh-74929: Remove undesirable DECREF in PEP 667 implementation (#118583)Tian Gao2024-05-051-1/+0
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-042-199/+662
* gh-118527: Intern filename, name, and qualname in code objects. (#118558)Sam Gross2024-05-031-0/+5
* gh-117657: Disable the function/code cache in free-threaded builds (#118301)mpage2024-05-032-0/+16
* gh-118527: Use deferred reference counting for C functions on modules (#118529)Sam Gross2024-05-031-0/+1