Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a42ca74fa30227e2f89a619332557cf093a937d5
/
Include
/
odictobject.h
d905df7
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
by Dong-hee Na
· 4 years, 9 months ago
2ff8fb7
bpo-35059: Add _PyObject_CAST() macro (GH-10645)
by Victor Stinner
· 6 years ago
1b3029a
bpo-29084: Exclude C API for OrderedDict from the limited C API. (#4900)
by Serhiy Storchaka
· 7 years ago
a171a03
Issue #29058: All stable API extensions added after Python 3.2 are now
by Serhiy Storchaka
· 8 years ago
34d0ac8
Issue #29058: All stable API extensions added after Python 3.2 are now
by Serhiy Storchaka
· 8 years ago
5ab81d7
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
by Serhiy Storchaka
· 8 years ago
4f29e75
Issue #24254: Drop cls.__definition_order__.
by Eric Snow
· 8 years ago
92a6c17
Issue #24254: Preserve class attribute definition order.
by Eric Snow
· 8 years ago
a762af7
Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
by Eric Snow
· 9 years ago
d0a0645
Issue #16991: Drop Py_ODict_GetItemId.
by Eric Snow
· 9 years ago
8c7ed01
Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance.
by Eric Snow
· 9 years ago
96c6af9
Issue #16991: Add a C implementation of collections.OrderedDict.
by Eric Snow
· 9 years ago