- Sort Score
- Num 10 results
- Language All
- Labels All
Results 101 - 110 of 5,912 for content_length:[0 TO 9999] (0.04 seconds)
-
Synchronization primitives — Python 3.14....
The C-API provides a basic mutual exclusion lock. Python critical section API: The critical section API provides a deadlock avoidance layer on top of per-object locks for free-threaded CPython. The...docs.python.org/3/c-api/synchronization.htmlWed Apr 29 06:55:52 GMT 2026 8.6K bytes -
API and ABI Versioning — Python 3.14.4 do...
Build-time version constants: CPython exposes its version number in the following macros. Note that these correspond to the version code is built with. See Py_Version for the version used at run ti...docs.python.org/3/c-api/apiabiversion.htmlWed Apr 29 06:55:52 GMT 2026 5.2K bytes -
Reference Counting — Python 3.14.4 docume...
docs.python.org/3/c-api/refcounting.htmlWed Apr 29 06:55:52 GMT 2026 6.4K bytes -
Profiling and tracing — Python 3.14.4 doc...
The Python interpreter provides some low-level support for attaching profiling and execution tracing facilities. These are used for profiling, debugging, and coverage analysis tools. This C interfa...docs.python.org/3/c-api/profiling.htmlWed Apr 29 06:55:52 GMT 2026 8K bytes -
pwd — The password database — Python 3.14...
This module provides access to the Unix user account and password database. It is available on all Unix versions. Availability: Unix, not WASI, not iOS. Password database entries are reported as a ...docs.python.org/3/library/pwd.htmlWed Apr 29 06:55:52 GMT 2026 4.5K bytes -
msilib — Read and write Microsoft Installer fil...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. The last version of Python tha...docs.python.org/3/library/msilib.htmlWed Apr 29 06:55:53 GMT 2026 3.7K bytes -
The None Object — Python 3.14.4 documenta...
Note that the PyTypeObject for None is not directly exposed in the Python/C API. Since None is a singleton, testing for object identity (using== in C) is sufficient. There is no PyNone_Check() func...docs.python.org/3/c-api/none.htmlWed Apr 29 06:55:52 GMT 2026 3.8K bytes -
sunau — Read and write Sun AU files — Pyt...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. The last version of Python tha...docs.python.org/3/library/sunau.htmlWed Apr 29 06:55:52 GMT 2026 3.6K bytes -
xdrlib — Encode and decode XDR data — Pyt...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. The last version of Python tha...docs.python.org/3/library/xdrlib.htmlWed Apr 29 06:55:53 GMT 2026 3.6K bytes -
Thread-local storage support — Python 3.1...
The Python interpreter provides low-level support for thread-local storage (TLS) which wraps the underlying native TLS implementation to support the Python-level thread-local storage API ( threadin...docs.python.org/3/c-api/tls.htmlWed Apr 29 06:55:52 GMT 2026 6.1K bytes