| /external/tensorflow/tensorflow/tools/toolchains/win_1803/py39/ |
| D | BUILD | 108 "python_include/cpython/abstract.h", 109 "python_include/cpython/bytearrayobject.h", 110 "python_include/cpython/bytesobject.h", 111 "python_include/cpython/ceval.h", 112 "python_include/cpython/code.h", 113 "python_include/cpython/dictobject.h", 114 "python_include/cpython/fileobject.h", 115 "python_include/cpython/fileutils.h", 116 "python_include/cpython/frameobject.h", 117 "python_include/cpython/import.h", [all …]
|
| /external/python/cpython3/Include/ |
| D | Python.h | 48 #include "cpython/pydebug.h" 53 #include "cpython/longintrepr.h" 62 #include "cpython/odictobject.h" 67 #include "cpython/funcobject.h" 68 #include "cpython/classobject.h" 71 #include "cpython/code.h" 75 #include "cpython/cellobject.h" 77 #include "cpython/initconfig.h" 79 #include "cpython/genobject.h" 85 #include "cpython/picklebufobject.h" [all …]
|
| /external/python/cpython3/PCbuild/ |
| D | pythoncore.vcxproj.filters | 37 <Filter Include="Include\cpython"> 333 <ClInclude Include="..\Include\cpython\abstract.h"> 334 <Filter>Include\cpython</Filter> 336 <ClInclude Include="..\Include\cpython\bytearrayobject.h"> 337 <Filter>Include\cpython</Filter> 339 <ClInclude Include="..\Include\cpython\bytesobject.h"> 340 <Filter>Include\cpython</Filter> 342 <ClInclude Include="..\Include\cpython\cellobject.h"> 343 <Filter>Include\cpython</Filter> 345 <ClInclude Include="..\Include\cpython\ceval.h"> [all …]
|
| D | pythoncore.vcxproj | 135 <ClInclude Include="..\Include\cpython\abstract.h" /> 136 <ClInclude Include="..\Include\cpython\bytearrayobject.h" /> 137 <ClInclude Include="..\Include\cpython\bytesobject.h" /> 138 <ClInclude Include="..\Include\cpython\cellobject.h" /> 139 <ClInclude Include="..\Include\cpython\ceval.h" /> 140 <ClInclude Include="..\Include\cpython\classobject.h" /> 141 <ClInclude Include="..\Include\cpython\code.h" /> 142 <ClInclude Include="..\Include\cpython\compile.h" /> 143 <ClInclude Include="..\Include\cpython\complexobject.h" /> 144 <ClInclude Include="..\Include\cpython\context.h" /> [all …]
|
| D | readme.txt | 16 This directory is used to build CPython for Microsoft Windows on 32- and 64- 42 development of CPython, you will most likely use this configuration. 85 The CPython project is split up into several smaller sub-projects which 92 a functioning CPython interpreter. If nothing else builds but these, 100 CPython in different ways: 173 https://github.com/python/cpython-bin-deps. 182 https://github.com/python/cpython-source-deps. 196 https://github.com/python/cpython-bin-deps. 205 https://github.com/python/cpython-source-deps. 223 https://github.com/python/cpython-source-deps [all …]
|
| /external/python/cpython3/Tools/c-analyzer/cpython/ |
| D | _parser.py | 35 ./python ../c-parser/cpython.py 39 --same './Include/cpython/' 186 Include/cpython/abstract.h Py_CPYTHON_ABSTRACTOBJECT_H 1 187 Include/cpython/bytearrayobject.h Py_CPYTHON_BYTEARRAYOBJECT_H 1 188 Include/cpython/bytesobject.h Py_CPYTHON_BYTESOBJECT_H 1 189 Include/cpython/ceval.h Py_CPYTHON_CEVAL_H 1 190 Include/cpython/code.h Py_CPYTHON_CODE_H 1 191 Include/cpython/dictobject.h Py_CPYTHON_DICTOBJECT_H 1 192 Include/cpython/fileobject.h Py_CPYTHON_FILEOBJECT_H 1 193 Include/cpython/fileutils.h Py_CPYTHON_FILEUTILS_H 1 [all …]
|
| D | _files.py | 10 #'Include/cpython/*.h', 23 'cpython': 'Include/cpython/*.h', 54 levels.add('cpython')
|
| /external/tensorflow/tensorflow/tools/toolchains/win_1803/py38/ |
| D | BUILD | 82 "python_include/cpython/abstract.h", 83 "python_include/cpython/dictobject.h", 84 "python_include/cpython/fileobject.h", 85 "python_include/cpython/initconfig.h", 86 "python_include/cpython/interpreteridobject.h", 87 "python_include/cpython/object.h", 88 "python_include/cpython/objimpl.h", 89 "python_include/cpython/pyerrors.h", 90 "python_include/cpython/pylifecycle.h", 91 "python_include/cpython/pymem.h", [all …]
|
| /external/python/cpython3/Lib/test/ |
| D | test_getpath.py | 52 argv0=r"C:\CPython\PCbuild\amd64\python.exe", 53 real_executable=r"C:\CPython\PCbuild\amd64\python.exe", 55 ns.add_known_xfile(r"C:\CPython\PCbuild\amd64\python.exe") 56 ns.add_known_file(r"C:\CPython\Lib\os.py") 57 ns.add_known_file(r"C:\CPython\PCbuild\amd64\pybuilddir.txt", [""]) 59 executable=r"C:\CPython\PCbuild\amd64\python.exe", 60 base_executable=r"C:\CPython\PCbuild\amd64\python.exe", 61 prefix=r"C:\CPython", 62 exec_prefix=r"C:\CPython", 63 build_prefix=r"C:\CPython", [all …]
|
| /external/python/cpython3/ |
| D | README.rst | 4 .. image:: https://github.com/python/cpython/workflows/Tests/badge.svg 5 :alt: CPython build status on GitHub Actions 6 :target: https://github.com/python/cpython/actions 8 .. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchNam… 9 :alt: CPython build status on Azure DevOps 10 :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=main 27 - Source code: https://github.com/python/cpython 28 - Issue tracker: https://github.com/python/cpython/issues 32 Contributing to CPython 35 For more complete instructions on contributing to CPython development, [all …]
|
| D | Android.bp | 129 cflags: ["-DSOABI=\"cpython-311android-arm-android-bionic\""], 132 cflags: ["-DSOABI=\"cpython-311android-arm64-android-bionic\""], 135 cflags: ["-DSOABI=\"cpython-311android-riscv64-android-bionic\""], 138 cflags: ["-DSOABI=\"cpython-311android-x86-android-bionic\""], 141 cflags: ["-DSOABI=\"cpython-311android-x86_64-android-bionic\""], 154 "-DSOABI=\"cpython-311android-x86_64-darwin\"", 161 cflags: ["-DSOABI=\"cpython-311android-x86_64-linux-bionic\""], 174 cflags: ["-DSOABI=\"cpython-311android-x86_64-linux-gnu\""], 178 cflags: ["-DSOABI=\"cpython-311android-x86_64-linux-gnu\""], 182 cflags: ["-DSOABI=\"cpython-311android-arm64-linux-gnu\""],
|
| D | Makefile.pre.in | 320 COVERAGE_REPORT_OPTIONS=--rc lcov_branch_coverage=1 --branch-coverage --title "CPython $(VERSION) L… 1548 $(srcdir)/Include/cpython/abstract.h \ 1549 $(srcdir)/Include/cpython/bytearrayobject.h \ 1550 $(srcdir)/Include/cpython/bytesobject.h \ 1551 $(srcdir)/Include/cpython/cellobject.h \ 1552 $(srcdir)/Include/cpython/ceval.h \ 1553 $(srcdir)/Include/cpython/classobject.h \ 1554 $(srcdir)/Include/cpython/code.h \ 1555 $(srcdir)/Include/cpython/compile.h \ 1556 $(srcdir)/Include/cpython/complexobject.h \ [all …]
|
| /external/bazelbuild-rules_python/python/ |
| D | versions.bzl | 32 # "url": "20210506/cpython-{python_version}-{platform}-pgo+lto-20210506T0943.tar.zst", 49 "url": "20210506/cpython-{python_version}-{platform}-pgo+lto-20210506T0943.tar.zst", 57 "url": "20220227/cpython-{python_version}+20220227-{platform}-{build}.tar.gz", 68 "url": "20220802/cpython-{python_version}+20220802-{platform}-{build}.tar.gz", 79 "url": "20221106/cpython-{python_version}+20221106-{platform}-{build}.tar.gz", 90 "url": "20230116/cpython-{python_version}+20230116-{platform}-{build}.tar.gz", 101 "url": "20220227/cpython-{python_version}+20220227-{platform}-{build}.tar.gz", 112 "url": "20220502/cpython-{python_version}+20220502-{platform}-{build}.tar.gz", 123 "url": "20220802/cpython-{python_version}+20220802-{platform}-{build}.tar.gz", 134 "url": "20221106/cpython-{python_version}+20221106-{platform}-{build}.tar.gz", [all …]
|
| /external/python/cpython3/Tools/c-analyzer/ |
| D | must-resolve.sh | 45 run_capi --format summary Include/*.h Include/cpython/*.h 46 run_capi --format table Include/*.h Include/cpython/*.h 64 echo '# cpython API' 68 run_capi --format summary --public --no-show-empty Include/cpython/*.h 71 run_capi --format summary --private --no-show-empty Include/cpython/*.h 73 run_capi --format full -v Include/cpython/*.h 74 #run_capi --format full -v --public Include/cpython/*.h 75 #run_capi --format full -v --private Include/cpython/*.h
|
| /external/grpc-grpc/src/python/grpcio_observability/grpc_observability/ |
| D | _cyobservability.pyx | 15 cimport cpython 119 bytes parent_span_id=b'') -> cpython.PyObject: 124 cdef char* c_method = cpython.PyBytes_AsString(method_name) 125 cdef char* c_target = cpython.PyBytes_AsString(target) 126 cdef char* c_trace_id = cpython.PyBytes_AsString(trace_id) 127 cdef char* c_parent_span_id = cpython.PyBytes_AsString(parent_span_id) 130 capsule = cpython.PyCapsule_New(call_tracer, CLIENT_CALL_TRACER, NULL) 134 def create_server_call_tracer_factory_capsule() -> cpython.PyObject: 140 capsule = cpython.PyCapsule_New(call_tracer_factory, SERVER_CALL_TRACER_FACTORY, NULL) 147 if cpython.PyCapsule_IsValid(client_call_tracer, CLIENT_CALL_TRACER): [all …]
|
| /external/python/cpython3/.github/workflows/ |
| D | build.yml | 84 - name: Build CPython 141 - name: Configure CPython 147 - name: Build CPython 183 - name: Build CPython 202 - name: Build CPython 229 - name: Configure CPython 239 - name: Build CPython 282 … echo "CPYTHON_RO_SRCDIR=$(realpath -m ${GITHUB_WORKSPACE}/../cpython-ro-srcdir)" >> $GITHUB_ENV 283 … echo "CPYTHON_BUILDDIR=$(realpath -m ${GITHUB_WORKSPACE}/../cpython-builddir)" >> $GITHUB_ENV 293 - name: Configure CPython out-of-tree [all …]
|
| D | build_msi.yml | 40 - name: Build CPython installer 49 - name: Build CPython installer 58 - name: Build CPython installer
|
| /external/python/cpython2/Lib/test/ |
| D | test_platform.py | 65 … ('CPython', '2.4.3', '', '', '1', 'Jun 21 2006 13:54:21', 'GCC 3.3.4 (pre 3.3.5 20040809)')), 71 ('CPython', '2.4.3', '', '', 'truncation', 'date t', 'GCC')), 73 ('CPython', '2.4.3', '', '', 'truncation', 'date', 'GCC')), 75 ('CPython', '2.4.3', '', '', 'truncation', 'date', 'GCC')), 77 ('CPython', '2.4.3', '', '', 'truncation', 'date', 'GCC')), 79 ('CPython', '2.4.3', '', '', 'truncation', 'd', 'GCC')), 81 ('CPython', '2.4.3', '', '', 'truncation', '', 'GCC')), 83 ('CPython', '2.4.3', '', '', 'truncation', '', 'GCC')), 85 ('CPython', '2.4.3', '', '', 'truncation', '', 'GCC')), 98 ('CPython', 'tags/r261', '67515'), self.save_platform) [all …]
|
| /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
| D | callback_common.pxd.pxi | 37 cpython.PyObject *waiter 38 cpython.PyObject *loop 39 cpython.PyObject *failure_handler 40 cpython.PyObject *callback_wrapper
|
| D | callback_common.pyx.pxi | 37 self.context.waiter = <cpython.PyObject*>future 38 self.context.loop = <cpython.PyObject*>loop 39 self.context.failure_handler = <cpython.PyObject*>failure_handler 40 self.context.callback_wrapper = <cpython.PyObject*>self 48 cpython.Py_INCREF(self) 61 cpython.Py_DECREF(<object>context.callback_wrapper)
|
| /external/python/cpython3/Doc/howto/ |
| D | instrumentation.rst | 6 Instrumenting CPython with DTrace and SystemTap 20 As of Python 3.6, CPython can be built with embedded "markers", also 22 making it easier to monitor what the CPython processes on a system are 27 DTrace markers are implementation details of the CPython interpreter. 29 CPython. DTrace scripts can stop working or work incorrectly without 30 warning when changing CPython versions. 37 build CPython with the embedded markers for SystemTap, the SystemTap 49 CPython must then be :option:`configured with the --with-dtrace option 257 For a :option:`--enable-shared` build of CPython, the markers are contained within the 271 (assuming a :ref:`debug build <debug-build>` of CPython 3.6) [all …]
|
| /external/python/cpython3/.github/ISSUE_TEMPLATE/ |
| D | crash.md | 12 The CPython interpreter is itself written in a different programming language, C. 13 For CPython, a "crash" is when Python itself fails, leading to a traceback in the C stack. 28 - CPython versions tested on:
|
| D | bug.md | 8 …ython and you're not sure whether what you're experiencing is a bug, the CPython issue tracker is … 14 - searching our issue tracker (https://github.com/python/cpython/issues) to see if 27 - CPython versions tested on:
|
| /external/tensorflow/tensorflow/tools/ci_build/ |
| D | Dockerfile.cpu.arm64 | 34 …ln -s /opt/_internal/cpython-$PYTHON_VERSION/bin/pip3 /usr/local/bin/pip${py_major_minor_version} … 35 ln -s /opt/_internal/cpython-$PYTHON_VERSION/bin/pip3 /usr/local/bin/pip3 && \ 36 ln -s /opt/_internal/cpython-$PYTHON_VERSION/bin/pip /usr/local/bin/pip
|
| /external/grpc-grpc/summerofcode/2016/ |
| D | siddharth_shukla.md | 14 - [CPython](https://www.python.org/): The reference implementation 16 - [Python for .NET](http://pythonnet.sourceforge.net/): CPython implementation that enables .NET li… 24 (CPython) of the Python programming language namely `Python 3.4`, 28 not rely on reference counting unlike the CPython garbage collector.
|