Home
last modified time | relevance | path

Searched refs:cpython (Results 1 – 25 of 90) sorted by relevance

1234

/external/tensorflow/third_party/toolchains/preconfig/win_1803/py38/
DBUILD89 "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/
Dsetup.py184 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/
DREADME.rst4 .. 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 …]
DMETADATA1 name: "cpython"
10 value: "https://github.com/python/cpython"
DAndroid.bp136 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\""],
DMakefile.pre.in1109 $(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/
DSOURCES.txt104 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/
DMETADATA1 name: "cpython"
10 value: "https://github.com/python/cpython"
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_cpython/
Dtest___main__.py7 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/
Dserver.pyx.pxi15 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)
Dcall.pyx.pxi15 cimport cpython
32 cpython.Py_INCREF(batch_operation_tag)
37 <cpython.PyObject *>batch_operation_tag, NULL)
Dcompletion_queue.pyx.pxi15 cimport cpython
45 cpython.PyErr_CheckSignals()
61 cpython.Py_DECREF(tag)
/external/python/ipaddress/
DREADME.md6 This repository tracks the latest version from cpython, e.g. ipaddress from cpython 3.8 as of writi…
DREADME6 This repository tracks the latest version from cpython, e.g. ipaddress from cpython 3.8 as of writi…
/external/oss-fuzz/projects/django/
Dbuild.sh44 export CPYTHON_INSTALL_PATH=$SRC/cpython-install
49 cd cpython-3.8.7/
/external/oss-fuzz/projects/python3-libraries/
DDockerfile19 RUN git clone https://github.com/python/cpython.git cpython
Dbuild.sh44 export CPYTHON_INSTALL_PATH=$SRC/cpython-install
48 cd $SRC/cpython
/external/python/mock/
Dbackport.py121 revs = cpython_revs_affecting_mock(args.cpython, initial_cpython_rev)
128 patch = extract_patch_for(args.cpython, rev)
/external/python/cpython3/Tools/c-analyzer/
Dc-globals.py3 from cpython.__main__ import parse_args, main
/external/python/cpython3/Lib/test/
Dtest_check_c_globals.py6 from cpython.__main__ import main
/external/python/cpython3/Tools/c-analyzer/cpython/
Dsupported.py386 from cpython import SOURCE_DIRS
387 from cpython.known import (
/external/oss-fuzz/projects/cpython3/
DDockerfile9 RUN git clone https://github.com/python/cpython.git cpython3
/external/python/mock/docs/
Dindex.txt135 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/
Dreadme.txt171 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/
DREADME.txt9 https://github.com/python/cpython/pull/17473

1234