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
e0dbd590
Kaydet (Commit)
e0dbd590
authored
Ock 12, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bump api version
üst
3ca2a950
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
modsupport.h
Include/modsupport.h
+3
-1
No files found.
Include/modsupport.h
Dosyayı görüntüle @
e0dbd590
...
@@ -52,7 +52,7 @@ extern PyObject *Py_BuildValue();
...
@@ -52,7 +52,7 @@ extern PyObject *Py_BuildValue();
extern
int
PyArg_VaParse
Py_PROTO
((
PyObject
*
,
char
*
,
va_list
));
extern
int
PyArg_VaParse
Py_PROTO
((
PyObject
*
,
char
*
,
va_list
));
extern
PyObject
*
Py_VaBuildValue
Py_PROTO
((
char
*
,
va_list
));
extern
PyObject
*
Py_VaBuildValue
Py_PROTO
((
char
*
,
va_list
));
#define PYTHON_API_VERSION 100
2
#define PYTHON_API_VERSION 100
3
/* The API version is maintained (independently from the Python version)
/* The API version is maintained (independently from the Python version)
so we can detect mismatches between the interpreter and dynamically
so we can detect mismatches between the interpreter and dynamically
loaded modules.
loaded modules.
...
@@ -60,6 +60,8 @@ extern PyObject *Py_VaBuildValue Py_PROTO((char *, va_list));
...
@@ -60,6 +60,8 @@ extern PyObject *Py_VaBuildValue Py_PROTO((char *, va_list));
Please add a line or two to the top of this log for each API
Please add a line or two to the top of this log for each API
version change:
version change:
7-Nov-1995 GvR Keyword arguments (should've been done at 1.3 :-( )
10-Jan-1995 GvR Renamed globals to new naming scheme
10-Jan-1995 GvR Renamed globals to new naming scheme
9-Jan-1995 GvR Initial version (incompatible with older API)
9-Jan-1995 GvR Initial version (incompatible with older API)
...
...
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