-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Open
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)performancePerformance or resource usagePerformance or resource usagetopic-free-threadingtype-featureA feature request or enhancementA feature request or enhancement
Description
Implement Py_DECREF specializations for Py_GIL_DISABLED build as mentioned at
cpython/Include/internal/pycore_object.h
Lines 275 to 277 in 0d9d489
// TODO: implement Py_DECREF specializations for Py_GIL_DISABLED build | |
static inline void | |
_Py_DECREF_SPECIALIZED(PyObject *op, const destructor destruct) |
Linked PRs
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)performancePerformance or resource usagePerformance or resource usagetopic-free-threadingtype-featureA feature request or enhancementA feature request or enhancement