Victor Stinner
|
2ff8fb7639
|
bpo-35059: Add _PyObject_CAST() macro (GH-10645)
Add _PyObject_CAST() and _PyVarObject_CAST() macros to cast argument
to PyObject* and PyVarObject* properly.
|
2018-11-22 02:57:29 +01:00 |
Serhiy Storchaka
|
1b3029ac83
|
bpo-29084: Exclude C API for OrderedDict from the limited C API. (#4900)
|
2017-12-25 02:08:42 +02:00 |
Serhiy Storchaka
|
a171a03bd2
|
Issue #29058: All stable API extensions added after Python 3.2 are now
available only when Py_LIMITED_API is set to the PY_VERSION_HEX value of
the minimum Python version supporting this API.
|
2016-12-27 15:04:59 +02:00 |
Serhiy Storchaka
|
34d0ac8027
|
Issue #29058: All stable API extensions added after Python 3.2 are now
available only when Py_LIMITED_API is set to the PY_VERSION_HEX value of
the minimum Python version supporting this API.
|
2016-12-27 14:57:39 +02:00 |
Serhiy Storchaka
|
5ab81d787f
|
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
|
2016-12-16 16:18:57 +02:00 |
Eric Snow
|
4f29e75289
|
Issue #24254: Drop cls.__definition_order__.
|
2016-09-08 15:11:11 -07:00 |
Eric Snow
|
92a6c170e6
|
Issue #24254: Preserve class attribute definition order.
|
2016-09-05 14:50:11 -07:00 |
Eric Snow
|
a762af74b2
|
Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
|
2015-06-01 22:59:08 -06:00 |
Eric Snow
|
d0a06455a5
|
Issue #16991: Drop Py_ODict_GetItemId.
|
2015-05-30 12:06:03 -06:00 |
Eric Snow
|
8c7ed012b8
|
Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance.
|
2015-05-30 09:29:53 -06:00 |
Eric Snow
|
96c6af9b20
|
Issue #16991: Add a C implementation of collections.OrderedDict.
|
2015-05-29 22:21:39 -06:00 |