Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
7d078336
Kaydet (Commit)
7d078336
authored
Eki 06, 2013
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Closes #17725: small grammar fix.
üst
6e94a309
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
index.rst
Doc/extending/index.rst
+6
-6
No files found.
Doc/extending/index.rst
Dosyayı görüntüle @
7d078336
...
@@ -5,12 +5,12 @@
...
@@ -5,12 +5,12 @@
##################################################
##################################################
This document describes how to write modules in C or C++ to extend the Python
This document describes how to write modules in C or C++ to extend the Python
interpreter with new modules. Those modules can
define new functions but also
interpreter with new modules. Those modules can
not only define new functions
new object types and their methods. The document also describes how to embed
but also new object types and their methods. The document also describes how
t
he Python interpreter in another application, for use as an extension language.
t
o embed the Python interpreter in another application, for use as an extension
Finally, it shows how to compile and link extension modules so that they can be
language. Finally, it shows how to compile and link extension modules so that
loaded dynamically (at run time) into the interpreter, if the underlying
they can be loaded dynamically (at run time) into the interpreter, if the
operating system supports this feature.
underlying
operating system supports this feature.
This document assumes basic knowledge about Python. For an informal
This document assumes basic knowledge about Python. For an informal
introduction to the language, see :ref:`tutorial-index`. :ref:`reference-index`
introduction to the language, see :ref:`tutorial-index`. :ref:`reference-index`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment