René's URL Explorer Experiment


Title: Python/C API Reference Manual — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/c-api/index.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/c-api/intro.html
previoushttps://docs.python.org/2/extending/embedding.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
https://docs.python.org/2/c-api/index.html#python-c-api-reference-manual
Extending and Embedding the Python Interpreterhttps://docs.python.org/2/extending/index.html#extending-index
Introductionhttps://docs.python.org/2/c-api/intro.html
Include Fileshttps://docs.python.org/2/c-api/intro.html#include-files
Objects, Types and Reference Countshttps://docs.python.org/2/c-api/intro.html#objects-types-and-reference-counts
Exceptionshttps://docs.python.org/2/c-api/intro.html#exceptions
Embedding Pythonhttps://docs.python.org/2/c-api/intro.html#embedding-python
Debugging Buildshttps://docs.python.org/2/c-api/intro.html#debugging-builds
The Very High Level Layerhttps://docs.python.org/2/c-api/veryhigh.html
Reference Countinghttps://docs.python.org/2/c-api/refcounting.html
Exception Handlinghttps://docs.python.org/2/c-api/exceptions.html
Unicode Exception Objectshttps://docs.python.org/2/c-api/exceptions.html#unicode-exception-objects
Recursion Controlhttps://docs.python.org/2/c-api/exceptions.html#recursion-control
Standard Exceptionshttps://docs.python.org/2/c-api/exceptions.html#standard-exceptions
Standard Warning Categorieshttps://docs.python.org/2/c-api/exceptions.html#standard-warning-categories
String Exceptionshttps://docs.python.org/2/c-api/exceptions.html#string-exceptions
Utilitieshttps://docs.python.org/2/c-api/utilities.html
Operating System Utilitieshttps://docs.python.org/2/c-api/sys.html
System Functionshttps://docs.python.org/2/c-api/sys.html#system-functions
Process Controlhttps://docs.python.org/2/c-api/sys.html#process-control
Importing Moduleshttps://docs.python.org/2/c-api/import.html
Data marshalling supporthttps://docs.python.org/2/c-api/marshal.html
Parsing arguments and building valueshttps://docs.python.org/2/c-api/arg.html
String conversion and formattinghttps://docs.python.org/2/c-api/conversion.html
Reflectionhttps://docs.python.org/2/c-api/reflection.html
Codec registry and support functionshttps://docs.python.org/2/c-api/codec.html
Abstract Objects Layerhttps://docs.python.org/2/c-api/abstract.html
Object Protocolhttps://docs.python.org/2/c-api/object.html
Number Protocolhttps://docs.python.org/2/c-api/number.html
Sequence Protocolhttps://docs.python.org/2/c-api/sequence.html
Mapping Protocolhttps://docs.python.org/2/c-api/mapping.html
Iterator Protocolhttps://docs.python.org/2/c-api/iter.html
Old Buffer Protocolhttps://docs.python.org/2/c-api/objbuffer.html
Concrete Objects Layerhttps://docs.python.org/2/c-api/concrete.html
Fundamental Objectshttps://docs.python.org/2/c-api/concrete.html#fundamental-objects
Numeric Objectshttps://docs.python.org/2/c-api/concrete.html#numeric-objects
Sequence Objectshttps://docs.python.org/2/c-api/concrete.html#sequence-objects
Mapping Objectshttps://docs.python.org/2/c-api/concrete.html#mapping-objects
Other Objectshttps://docs.python.org/2/c-api/concrete.html#other-objects
Initialization, Finalization, and Threadshttps://docs.python.org/2/c-api/init.html
Initializing and finalizing the interpreterhttps://docs.python.org/2/c-api/init.html#initializing-and-finalizing-the-interpreter
Process-wide parametershttps://docs.python.org/2/c-api/init.html#process-wide-parameters
Thread State and the Global Interpreter Lockhttps://docs.python.org/2/c-api/init.html#thread-state-and-the-global-interpreter-lock
Sub-interpreter supporthttps://docs.python.org/2/c-api/init.html#sub-interpreter-support
Asynchronous Notificationshttps://docs.python.org/2/c-api/init.html#asynchronous-notifications
Profiling and Tracinghttps://docs.python.org/2/c-api/init.html#profiling-and-tracing
Advanced Debugger Supporthttps://docs.python.org/2/c-api/init.html#advanced-debugger-support
Memory Managementhttps://docs.python.org/2/c-api/memory.html
Overviewhttps://docs.python.org/2/c-api/memory.html#overview
Memory Interfacehttps://docs.python.org/2/c-api/memory.html#memory-interface
Object allocatorshttps://docs.python.org/2/c-api/memory.html#object-allocators
The pymalloc allocatorhttps://docs.python.org/2/c-api/memory.html#the-pymalloc-allocator
Exampleshttps://docs.python.org/2/c-api/memory.html#examples
Object Implementation Supporthttps://docs.python.org/2/c-api/objimpl.html
Allocating Objects on the Heaphttps://docs.python.org/2/c-api/allocation.html
Common Object Structureshttps://docs.python.org/2/c-api/structures.html
Type Objectshttps://docs.python.org/2/c-api/typeobj.html
Number Object Structureshttps://docs.python.org/2/c-api/typeobj.html#number-object-structures
Mapping Object Structureshttps://docs.python.org/2/c-api/typeobj.html#mapping-object-structures
Sequence Object Structureshttps://docs.python.org/2/c-api/typeobj.html#sequence-object-structures
Buffer Object Structureshttps://docs.python.org/2/c-api/typeobj.html#buffer-object-structures
Supporting Cyclic Garbage Collectionhttps://docs.python.org/2/c-api/gcsupport.html
5. Embedding Python in Another Applicationhttps://docs.python.org/2/extending/embedding.html
Introductionhttps://docs.python.org/2/c-api/intro.html
Show Sourcehttps://docs.python.org/2/_sources/c-api/index.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/c-api/intro.html
previoushttps://docs.python.org/2/extending/embedding.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.