Python logo

Önceki konu

Memory Management

Sonraki konu

Allocating Objects on the Heap

This page

  • Report a bug
  • Show source

Navigasyon

  • dizin
  • modülleri |
  • sonraki |
  • önceki |
  • Python logo
  • Python »
  • 3.14.0rc3 Documentation »
  • Python/C API Referans Kılavuzu »
  • Object Implementation Support
  • |
  • |

Object Implementation Support¶

This chapter describes the functions, types, and macros used when defining new object types.

  • Allocating Objects on the Heap
  • Object Life Cycle
    • Life Events
    • Cyclic Isolate Destruction
    • Functions
  • Common Object Structures
    • Base object types and macros
    • Implementing functions and methods
    • Accessing attributes of extension types
      • Member flags
      • Member types
      • Defining Getters and Setters
  • Type Object Structures
    • Quick Reference
      • “tp slots”
      • sub-slots
      • slot typedefs
    • PyTypeObject Definition
    • PyObject Slots
    • PyVarObject Slots
    • PyTypeObject Slots
    • Static Types
    • Heap Types
    • Number Object Structures
    • Mapping Object Structures
    • Sequence Object Structures
    • Buffer Object Structures
    • Async Object Structures
    • Slot Type typedefs
    • Examples
  • Supporting Cyclic Garbage Collection
    • Controlling the Garbage Collector State
    • Querying Garbage Collector State

Önceki konu

Memory Management

Sonraki konu

Allocating Objects on the Heap

This page

  • Report a bug
  • Show source
«

Navigasyon

  • dizin
  • modülleri |
  • sonraki |
  • önceki |
  • Python logo
  • Python »
  • 3.14.0rc3 Documentation »
  • Python/C API Referans Kılavuzu »
  • Object Implementation Support
  • |
  • |
© Telif Hakkı 2001 Python Software Foundation.
Bu sayfa, Python Software Foundation License Version 2 kapsamında lisanslanmıştır.
Dokümantasyondaki örnekler, tarifler ve diğer kodlar ek olarak Zero Clause BSD License kapsamında lisanslanmıştır.
Daha fazla bilgi için Geçmiş ve Lisans bölümüne bakın.

Python Software Foundation kâr amacı gütmeyen bir kuruluştur. Lütfen bağış yapın.

En son Eyl 30, 2025 (06:58 UTC) tarihinde güncellendi. Bir bug mı buldunuz?
Sphinx 8.2.3 ile oluşturuldu.