Searched refs:cpython (Results 1 – 25 of 90) sorted by relevance
1234
/external/tensorflow/third_party/toolchains/preconfig/win_1803/py38/ |
D | BUILD | 89 "python_include/cpython/abstract.h", 90 "python_include/cpython/dictobject.h", 91 "python_include/cpython/fileobject.h", 92 "python_include/cpython/initconfig.h", 93 "python_include/cpython/interpreteridobject.h", 94 "python_include/cpython/object.h", 95 "python_include/cpython/objimpl.h", 96 "python_include/cpython/pyerrors.h", 97 "python_include/cpython/pylifecycle.h", 98 "python_include/cpython/pymem.h", [all …]
|
/external/python/cffi/ |
D | setup.py | 184 cpython = ('_cffi_backend' not in sys.builtin_module_names) variable 202 packages=['cffi'] if cpython else [], 205 if cpython else {}, 224 )] if cpython else [], 228 ] if cpython else [],
|
/external/python/cpython3/ |
D | README.rst | 4 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.9 6 :target: https://travis-ci.org/python/cpython 8 .. image:: https://github.com/python/cpython/workflows/Tests/badge.svg 10 :target: https://github.com/python/cpython/actions 12 .. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchNam… 14 :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=3.9 16 .. image:: https://codecov.io/gh/python/cpython/branch/3.9/graph/badge.svg 18 :target: https://codecov.io/gh/python/cpython 35 - Source code: https://github.com/python/cpython 82 <https://github.com/python/cpython/blob/3.9/Mac/README.rst>`_. [all …]
|
D | METADATA | 1 name: "cpython" 10 value: "https://github.com/python/cpython"
|
D | Android.bp | 136 cflags: ["-DSOABI=\"cpython-39android-arm-android-bionic\""], 139 cflags: ["-DSOABI=\"cpython-39android-arm64-android-bionic\""], 142 cflags: ["-DSOABI=\"cpython-39android-x86-android-bionic\""], 145 cflags: ["-DSOABI=\"cpython-39android-x86_64-android-bionic\""], 158 "-DSOABI=\"cpython-39android-x86_64-darwin\"", 165 cflags: ["-DSOABI=\"cpython-39android-x86_64-linux-bionic\""], 172 cflags: ["-DSOABI=\"cpython-39android-x86_64-linux-gnu\""],
|
D | Makefile.pre.in | 1109 $(srcdir)/Include/cpython/abstract.h \ 1110 $(srcdir)/Include/cpython/bytearrayobject.h \ 1111 $(srcdir)/Include/cpython/bytesobject.h \ 1112 $(srcdir)/Include/cpython/ceval.h \ 1113 $(srcdir)/Include/cpython/code.h \ 1114 $(srcdir)/Include/cpython/dictobject.h \ 1115 $(srcdir)/Include/cpython/fileobject.h \ 1116 $(srcdir)/Include/cpython/fileutils.h \ 1117 $(srcdir)/Include/cpython/frameobject.h \ 1118 $(srcdir)/Include/cpython/import.h \ [all …]
|
/external/python/setuptools/setuptools.egg-info/ |
D | SOURCES.txt | 104 setuptools/_vendor/__pycache__/__init__.cpython-36.pyc 105 setuptools/_vendor/__pycache__/six.cpython-36.pyc 115 setuptools/_vendor/packaging/__pycache__/__about__.cpython-36.pyc 116 setuptools/_vendor/packaging/__pycache__/__init__.cpython-36.pyc 117 setuptools/_vendor/packaging/__pycache__/_compat.cpython-36.pyc 118 setuptools/_vendor/packaging/__pycache__/_structures.cpython-36.pyc 119 setuptools/_vendor/packaging/__pycache__/specifiers.cpython-36.pyc 120 setuptools/_vendor/packaging/__pycache__/version.cpython-36.pyc
|
/external/python/cpython2/ |
D | METADATA | 1 name: "cpython" 10 value: "https://github.com/python/cpython"
|
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_cpython/ |
D | test___main__.py | 7 from cpython import SOURCE_DIRS 8 from cpython.supported import IGNORED_FILE 9 from cpython.known import DATA_FILE as KNOWN_FILE 10 from cpython.__main__ import (
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | server.pyx.pxi | 15 cimport cpython 52 cpython.Py_INCREF(request_call_tag) 58 <cpython.PyObject *>request_call_tag) 100 cpython.Py_INCREF(server_shutdown_tag) 104 <cpython.PyObject *>server_shutdown_tag)
|
D | call.pyx.pxi | 15 cimport cpython 32 cpython.Py_INCREF(batch_operation_tag) 37 <cpython.PyObject *>batch_operation_tag, NULL)
|
D | completion_queue.pyx.pxi | 15 cimport cpython 45 cpython.PyErr_CheckSignals() 61 cpython.Py_DECREF(tag)
|
/external/python/ipaddress/ |
D | README.md | 6 This repository tracks the latest version from cpython, e.g. ipaddress from cpython 3.8 as of writi…
|
D | README | 6 This repository tracks the latest version from cpython, e.g. ipaddress from cpython 3.8 as of writi…
|
/external/oss-fuzz/projects/django/ |
D | build.sh | 44 export CPYTHON_INSTALL_PATH=$SRC/cpython-install 49 cd cpython-3.8.7/
|
/external/oss-fuzz/projects/python3-libraries/ |
D | Dockerfile | 19 RUN git clone https://github.com/python/cpython.git cpython
|
D | build.sh | 44 export CPYTHON_INSTALL_PATH=$SRC/cpython-install 48 cd $SRC/cpython
|
/external/python/mock/ |
D | backport.py | 121 revs = cpython_revs_affecting_mock(args.cpython, initial_cpython_rev) 128 patch = extract_patch_for(args.cpython, rev)
|
/external/python/cpython3/Tools/c-analyzer/ |
D | c-globals.py | 3 from cpython.__main__ import parse_args, main
|
/external/python/cpython3/Lib/test/ |
D | test_check_c_globals.py | 6 from cpython.__main__ import main
|
/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | supported.py | 386 from cpython import SOURCE_DIRS 387 from cpython.known import (
|
/external/oss-fuzz/projects/cpython3/ |
D | Dockerfile | 9 RUN git clone https://github.com/python/cpython.git cpython3
|
/external/python/mock/docs/ |
D | index.txt | 135 1. Clone cpython and mock into the same directory, eg: 141 git clone https://github.com/python/cpython.git 158 This will find the next cpython patch that needs to be applied, munge it
|
/external/python/cpython3/PCbuild/ |
D | readme.txt | 171 https://github.com/python/cpython-bin-deps. 180 https://github.com/python/cpython-source-deps. 194 https://github.com/python/cpython-bin-deps. 203 https://github.com/python/cpython-source-deps. 221 https://github.com/python/cpython-source-deps 223 https://github.com/python/cpython-bin-deps
|
/external/python/cpython3/Lib/idlelib/Icons/ |
D | README.txt | 9 https://github.com/python/cpython/pull/17473
|
1234