Python/C API Reference Manual

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Мануал по интеграции Python и С/С++ на английском.
This manual documents the API used by C and C++ programmers who want to write extension modules or embed Python. It is a companion to Extending and Embedding the Python Interpreter, which describes the general principles of extension writing but does not document the API functions in detail.
Warning: The current version of this document is incomplete. I hope that it is nevertheless useful. I will continue to work on it, and release new versions from time to time, independent from Python source code releases.
CONTENTS.
Introduction.
Include Files.
Objects, Types and Reference Counts.
Exceptions.
Embedding Python.
The Very High Level Layer.
Reference Counting.
Exception Handling.
Standard Exceptions.
Deprecation of String Exceptions.
Utilities.
OS Utilities.
Process Control.
Importing Modules.
Abstract Objects Layer.
Object Protocol.
Number Protocol.
Sequence Protocol.
Mapping Protocol.
Concrete Objects Layer.
Fundamental Objects.
Sequence Objects.
Mapping Objects.
Numeric Objects.
Other Objects.
Initialization, Finalization, and Threads.
Thread State and the Global Interpreter Lock.
Memory Management.
Overview.
Memory Interface.
Examples.
De ning New Object Types.
Common Object Structures.
Mapping Object Structures.
Number Object Structures.
Sequence Object Structures.
Buer Object Structures.
A Reporting Bugs.
Index.

Author(s): Van Rossum G., Drake F.L.

Language: English
Commentary: 297901
Tags: Библиотека;Компьютерная литература;Python