Cookbooks
|
Documentation
|
Mailing Lists
|
Modules
|
News Feeds
|
Products
|
User Groups
|
Web Services
all ASPN
Products
Recipes
News
Modules
Mailing Lists
The Perl Journal
Reference
ActivePython 2.4 docs
advanced
|
search help
Reference
ActivePython 2.4
Python Documentation
Python/C API
Front Matter
Contents
1. Introduction
2. The Very High Level Layer
3. Reference Counting
4. Exception Handling
5. Utilities
6. Abstract Objects Layer
7. Concrete Objects Layer
8. Initialization, Finalization, and Threads
9. Memory Management
10. Object Implementation Support
10.1 Allocating Objects on the Heap
10.2 Common Object Structures
10.3 Type Objects
10.4 Mapping Object Structures
10.5 Number Object Structures
10.6 Sequence Object Structures
10.7 Buffer Object Structures
10.8 Supporting the Iterator Protocol
10.9 Supporting Cyclic Garbage Collection
A. Reporting Bugs
B. History and License
Index
About this document ...
MyASPN
>>
Reference
>>
ActivePython 2.4
>>
Python Documentation
>>
Python/C API
ActivePython 2.4 documentation
Python/C API Reference Manual
Previous:
9.3 Examples
Up:
Python/C API Reference Manual
Next:
10.1 Allocating Objects on
10. Object Implementation Support
This chapter describes the functions, types, and macros used when defining new object types.
Subsections
10.1 Allocating Objects on the Heap
10.2 Common Object Structures
10.3 Type Objects
10.4 Mapping Object Structures
10.5 Number Object Structures
10.6 Sequence Object Structures
10.7 Buffer Object Structures
10.8 Supporting the Iterator Protocol
10.9 Supporting Cyclic Garbage Collection
Python/C API Reference Manual
Previous:
9.3 Examples
Up:
Python/C API Reference Manual
Next:
10.1 Allocating Objects on
Release 2.4.5, documentation updated on 18 October 2006.
See
About this document...
for information on suggesting changes.
Privacy Policy
|
Email Opt-out
|
Feedback
|
Syndication
© ActiveState 2004
All rights reserved