Python/C API Reference Manual
Previous:
Front Matter
Up:
Python/C API Reference Manual
Next:
1. Introduction
Contents
Front Matter
Contents
1. Introduction
1.1 Include Files
1.2 Objects, Types and Reference Counts
1.2.1 Reference Counts
1.2.2 Types
1.3 Exceptions
1.4 Embedding Python
2. The Very High Level Layer
3. Reference Counting
4. Exception Handling
4.1 Standard Exceptions
4.2 Deprecation of String Exceptions
5. Utilities
5.1 OS Utilities
5.2 Process Control
5.3 Importing Modules
6. Abstract Objects Layer
6.1 Object Protocol
6.2 Number Protocol
6.3 Sequence Protocol
6.4 Mapping Protocol
7. Concrete Objects Layer
7.1 Fundamental Objects
7.1.1 Type Objects
7.1.2 The None Object
7.2 Sequence Objects
7.2.1 String Objects
7.2.2 Unicode Objects
7.2.3 Buffer Objects
7.2.4 Tuple Objects
7.2.5 List Objects
7.3 Mapping Objects
7.3.1 Dictionary Objects
7.4 Numeric Objects
7.4.1 Plain Integer Objects
7.4.2 Long Integer Objects
7.4.3 Floating Point Objects
7.4.4 Complex Number Objects
7.5 Other Objects
7.5.1 File Objects
7.5.2 Instance Objects
7.5.3 Module Objects
7.5.4 CObjects
8. Initialization, Finalization, and Threads
8.1 Thread State and the Global Interpreter Lock
9. Memory Management
9.1 Overview
9.2 Memory Interface
9.3 Examples
10. Defining New Object Types
10.1 Common Object Structures
10.2 Mapping Object Structures
10.3 Number Object Structures
10.4 Sequence Object Structures
10.5 Buffer Object Structures
10.6 Supporting Cyclic Garbarge Collection
10.6.1 Example Cycle Collector Support
A. Reporting Bugs
Index
About this document ...
Python/C API Reference Manual
Previous:
Front Matter
Up:
Python/C API Reference Manual
Next:
1. Introduction
Release 2.1, documentation updated on April 15, 2001.
See
About this document...
for information on suggesting changes.