- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 211 - 220 of 439 for host:docs.python.org (0.02 sec)
-
Support for Perf Maps — Python 3.14.2 documenta...
On supported platforms (as of this writing, only Linux), the runtime can take advantage of perf map files to make Python functions visible to an external profiling tool (such as perf). A running pr...docs.python.org/3/c-api/perfmaps.htmlRegistered: Fri Dec 12 04:13:44 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 20K bytes - Viewed (0) -
Slice Objects — Python 3.14.2 documentation
docs.python.org/3/c-api/slice.htmlRegistered: Fri Dec 12 04:11:27 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 34.5K bytes - Viewed (0) -
MemoryView objects — Python 3.14.2 documentation
A memoryview object exposes the C level buffer interface as a Python object which can then be passed around like any other object.docs.python.org/3/c-api/memoryview.htmlRegistered: Fri Dec 12 04:11:11 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 25.8K bytes - Viewed (0) -
Pending removal in Python 3.14 — Python 3.14.2 ...
The ma_version_tag field in PyDictObject for extension modules ( PEP 699; gh-101193)., Creating immutable types with mutable bases ( gh-95388)..docs.python.org/3/deprecations/c-api-pending-removal-in-3.14.htmlRegistered: Fri Dec 12 04:13:17 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 12.3K bytes - Viewed (0) -
Pending removal in Python 3.13 — Python 3.14.2 ...
Modules (see PEP 594): aifc, audioop, cgi, cgitb, chunk, crypt, imghdr, mailcap, msilib, nis, nntplib, ossaudiodev, pipes, sndhdr, spwd, sunau, telnetlib, uu, xdrlib. Other modules: lib2to3, and th...docs.python.org/3/deprecations/pending-removal-in-3.13.htmlRegistered: Fri Dec 12 04:14:27 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 16.2K bytes - Viewed (0) -
Cell Objects — Python 3.14.2 documentation
“Cell” objects are used to implement variables referenced by multiple scopes. For each such variable, a cell object is created to store the value; the local variables of each stack frame that refer...docs.python.org/3/c-api/cell.htmlRegistered: Fri Dec 12 04:15:32 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 21.3K bytes - Viewed (0) -
Data marshalling support — Python 3.14.2 docume...
These routines allow C code to work with serialized objects using the same data format as the marshal module. There are functions to write data into the serialization format, and additional functio...docs.python.org/3/c-api/marshal.htmlRegistered: Fri Dec 12 04:15:50 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 27.6K bytes - Viewed (0) -
Iterator Protocol — Python 3.14.2 documentation
docs.python.org/3/c-api/iter.htmlRegistered: Fri Dec 12 04:15:53 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 22.1K bytes - Viewed (0) -
How to port Python 2 Code to Python 3 — Python ...
author, Brett Cannon,. Python 2 reached its official end-of-life at the start of 2020. This means that no new bug reports, fixes, or changes will be made to Python 2 - it’s no longer supported: see...docs.python.org/3/howto/pyporting.htmlRegistered: Fri Dec 12 04:16:26 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 14K bytes - Viewed (0) -
Pending removal in Python 3.17 — Python 3.14.2 ...
collections.abc:- collections.abc.ByteString is scheduled for removal in Python 3.17. Use isinstance(obj, collections.abc.Buffer) to test if obj implements the buffer protocol at runtime. For use i...docs.python.org/3/deprecations/pending-removal-in-3.17.htmlRegistered: Fri Dec 12 04:14:46 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 18.4K bytes - Viewed (0)