Home
last modified time | relevance | path

Searched refs:PY_VERSION_HEX (Results 1 – 25 of 44) sorted by relevance

12

/external/python/cpython2/Doc/includes/
Dcapsulethunk.h4 #if ( (PY_VERSION_HEX < 0x02070000) \
5 || ((PY_VERSION_HEX >= 0x03000000) \
6 && (PY_VERSION_HEX < 0x03010000)) )
/external/python/cpython3/Doc/includes/
Dcapsulethunk.h4 #if ( (PY_VERSION_HEX < 0x02070000) \
5 || ((PY_VERSION_HEX >= 0x03000000) \
6 && (PY_VERSION_HEX < 0x03010000)) )
/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.h70 #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN)
108 #if PY_VERSION_HEX >= 0x03000000
146 #if PY_VERSION_HEX >= 0x03000000
/external/python/cpython2/Misc/
Dpymemcompat.h45 #if PY_VERSION_HEX < 0x01060000
77 #if PY_VERSION_HEX < 0x020200B1
/external/python/cpython2/Modules/_ctypes/
Dctypes.h10 #if (PY_VERSION_HEX < 0x02040000)
14 #if (PY_VERSION_HEX < 0x02050000)
25 #if (PY_VERSION_HEX < 0x02060000)
421 #if (PY_VERSION_HEX < 0x02040000)
451 #if PY_VERSION_HEX >= 0x020700A4
D_ctypes.c153 #if (PY_VERSION_HEX < 0x02040000)
581 #if (PY_VERSION_HEX < 0x02050000) in CDataType_from_buffer()
599 #if (PY_VERSION_HEX < 0x02050000) in CDataType_from_buffer()
640 #if (PY_VERSION_HEX < 0x02050000) in CDataType_from_buffer_copy()
659 #if (PY_VERSION_HEX < 0x02050000) in CDataType_from_buffer_copy()
799 #if (PY_VERSION_HEX < 0x02050000) in CDataType_repeat()
1216 #if (PY_VERSION_HEX >= 0x02060000) in CharArray_set_raw()
1224 #if (PY_VERSION_HEX >= 0x02060000) in CharArray_set_raw()
1242 #if (PY_VERSION_HEX >= 0x02060000) in CharArray_set_raw()
1248 #if (PY_VERSION_HEX >= 0x02060000) in CharArray_set_raw()
[all …]
Dcfield.c293 #if (PY_VERSION_HEX < 0x02050000) in PyCField_repr()
301 #if (PY_VERSION_HEX < 0x02050000) in PyCField_repr()
1274 #if (PY_VERSION_HEX < 0x02050000) in U_set()
1331 #if (PY_VERSION_HEX < 0x02050000) in s_set()
/external/python/cpython3/Doc/c-api/
Dapiabiversion.rst9 ``PY_VERSION_HEX`` is the Python version number encoded in a single integer.
11 For example if the ``PY_VERSION_HEX`` is set to ``0x030401a2``, the underlying
Dstable.rst31 to the ``PY_VERSION_HEX`` value (see :ref:`apiabiversion`) of the minimum Python
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
Dcext.h158 #if PY_VERSION_HEX < 0x02050000
218 #if PY_VERSION_HEX < 0x02030000
/external/python/cpython3/Include/
Dpatchlevel.h31 #define PY_VERSION_HEX ((PY_MAJOR_VERSION << 24) | \ macro
/external/python/cpython2/Include/
Dpatchlevel.h39 #define PY_VERSION_HEX ((PY_MAJOR_VERSION << 24) | \ macro
/external/python/cpython2/Modules/_sqlite/
Dsqlitecompat.h31 #if PY_VERSION_HEX < 0x02050000
/external/python/cpython2/Objects/stringlib/
Dunicodedefs.h29 #if PY_VERSION_HEX < 0x03000000
Dstring_format.h10 #if PY_VERSION_HEX < 0x03000000
610 #if PY_VERSION_HEX >= 0x03000000 in render_field()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
Dcext.h196 #if PY_VERSION_HEX < 0x02050000
256 #if PY_VERSION_HEX < 0x02030000
/external/python/cpython2/Modules/
D_bsddb.c108 #if (PY_VERSION_HEX < 0x02050000)
112 #if (PY_VERSION_HEX < 0x02060000) /* really: before python trunk r63675 */
123 #if (PY_VERSION_HEX >= 0x03000000)
395 #if (PY_VERSION_HEX < 0x03000000) in make_dbt()
438 #if (PY_VERSION_HEX < 0x03000000) in make_key_dbt()
495 #if (PY_VERSION_HEX < 0x03000000) in make_key_dbt()
1525 #if (PY_VERSION_HEX < 0x03000000) in _db_associateCallback()
1576 #if (PY_VERSION_HEX < 0x03000000) in _db_associateCallback()
8357 #if (PY_VERSION_HEX < 0x03000000) in DBTxn_get_name()
9172 #if (PY_VERSION_HEX < 0x03000000)
[all …]
D_sre.c61 #if PY_VERSION_HEX >= 0x01060000
62 #if PY_VERSION_HEX < 0x02020000 || defined(Py_USING_UNICODE)
80 #if PY_VERSION_HEX < 0x01060000
1736 #if PY_VERSION_HEX >= 0x01060000 in getstring()
2069 #if PY_VERSION_HEX >= 0x01060000 in join_list()
2084 #if PY_VERSION_HEX >= 0x01060000 in join_list()
2221 #if PY_VERSION_HEX >= 0x02020000
2695 #if PY_VERSION_HEX >= 0x02020000
4024 #if PY_VERSION_HEX < 0x02030000
D_elementtree.c98 #if (PY_VERSION_HEX < 0x02060000)
103 #if (PY_VERSION_HEX < 0x02050000)
108 #if (PY_VERSION_HEX < 0x02040000)
1349 #if (PY_VERSION_HEX < 0x02050000)
1406 #if (PY_VERSION_HEX < 0x02050000)
1455 #if (PY_VERSION_HEX < 0x02050000)
/external/libxml2/python/
Dtypes.c392 #if PY_VERSION_HEX < 0x02070000
403 #if PY_VERSION_HEX < 0x02070000 in libxml_xmlXPathDestructNsNode()
631 #if PY_VERSION_HEX >= 0x03030000 in libxml_xmlXPathObjectPtrConvert()
Dlibxml_wrap.h30 #if PY_VERSION_HEX < 0x02070000
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dpython_utils.cc86 #if PY_VERSION_HEX >= 0x03030000
/external/libchrome/third_party/markupsafe/
D_speedups.c17 #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN)
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc45 #if PY_VERSION_HEX < 0x03030000
/external/python/cpython2/Mac/Modules/launch/
D_Launchmodule.c18 #if PY_VERSION_HEX < 0x02040000

12