Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c746 #if PY_VERSION_HEX >= 0x03000000
772 #if PY_VERSION_HEX >= 0x03000000
785 #if PY_VERSION_HEX >= 0x03000000 in SWIG_Python_str_AsChar()
800 #if PY_VERSION_HEX >= 0x03000000
810 #if PY_VERSION_HEX >= 0x03000000 in SWIG_Python_str_FromChar()
818 #if PY_VERSION_HEX < 0x02020000
827 #if PY_VERSION_HEX < 0x02020000
850 #if PY_VERSION_HEX < 0x02020000
860 #if PY_VERSION_HEX < 0x02010000
867 #if PY_VERSION_HEX < 0x02010000
[all …]
/third_party/python/Include/
Dpatchlevel.h31 #define PY_VERSION_HEX ((PY_MAJOR_VERSION << 24) | \ macro
/third_party/python/Doc/c-api/
Dapiabiversion.rst37 .. c:macro:: PY_VERSION_HEX
Dstable.rst47 Define ``Py_LIMITED_API`` to the value of :c:data:`PY_VERSION_HEX`
53 Rather than using the ``PY_VERSION_HEX`` macro directly, hardcode a minimum
/third_party/skia/third_party/externals/markupsafe/
D_speedups.c17 #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN)
/third_party/node/deps/v8/third_party/markupsafe/
D_speedups.c17 #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN)
/third_party/node/tools/inspector_protocol/markupsafe/
D_speedups.c17 #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN)
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage_factory.cc42 #if PY_VERSION_HEX < 0x03030000
Dextension_dict.cc51 #if PY_VERSION_HEX < 0x03030000
Ddescriptor_pool.cc48 #if PY_VERSION_HEX < 0x03030000
Drepeated_scalar_container.cc50 #if PY_VERSION_HEX < 0x03030000
Ddescriptor_containers.cc64 #if PY_VERSION_HEX < 0x03030000
Ddescriptor.cc55 #if PY_VERSION_HEX < 0x03030000
Dmessage.cc87 #if PY_VERSION_HEX < 0x03030000
/third_party/python/Python/
Dsysmodule.c2745 value = PyLong_FromLong(PY_VERSION_HEX); in make_impl_info()
2822 SET_SYS("hexversion", PyLong_FromLong(PY_VERSION_HEX)); in _PySys_InitCore()
/third_party/python/Misc/NEWS.d/
D3.6.1rc1.rst753 Py_LIMITED_API is set to the PY_VERSION_HEX value of the minimum Python
D3.7.0a1.rst6371 Py_LIMITED_API is set to the PY_VERSION_HEX value of the minimum Python
/third_party/python/Modules/
Doverlapped.c27 #if PY_VERSION_HEX < 0x03040000
/third_party/python/Doc/whatsnew/
D3.9.rst1154 #if PY_VERSION_HEX >= 0x03090000
1175 #if PY_VERSION_HEX >= 0x03090000
D3.8.rst2071 #if PY_VERSION_HEX < 0x03080000
2089 #if PY_VERSION_HEX >= 0x03080000
D3.10.rst2147 #if PY_VERSION_HEX < 0x030900A4