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
9e89f0a5
Kaydet (Commit)
9e89f0a5
authored
Şub 07, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
added callable, removed run_pyc_file
üst
eb8b0d20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
pythonrun.h
Include/pythonrun.h
+0
-1
rename2.h
Include/rename2.h
+1
-0
No files found.
Include/pythonrun.h
Dosyayı görüntüle @
9e89f0a5
...
@@ -44,7 +44,6 @@ struct _node *PyParser_SimpleParseFile Py_PROTO((FILE *, char *, int));
...
@@ -44,7 +44,6 @@ struct _node *PyParser_SimpleParseFile Py_PROTO((FILE *, char *, int));
PyObject
*
PyRun_String
Py_PROTO
((
char
*
,
int
,
PyObject
*
,
PyObject
*
));
PyObject
*
PyRun_String
Py_PROTO
((
char
*
,
int
,
PyObject
*
,
PyObject
*
));
PyObject
*
PyRun_File
Py_PROTO
((
FILE
*
,
char
*
,
int
,
PyObject
*
,
PyObject
*
));
PyObject
*
PyRun_File
Py_PROTO
((
FILE
*
,
char
*
,
int
,
PyObject
*
,
PyObject
*
));
PyObject
*
run_pyc_file
Py_PROTO
((
FILE
*
,
char
*
,
PyObject
*
,
PyObject
*
));
PyObject
*
Py_CompileString
Py_PROTO
((
char
*
,
char
*
,
int
));
PyObject
*
Py_CompileString
Py_PROTO
((
char
*
,
char
*
,
int
));
...
...
Include/rename2.h
Dosyayı görüntüle @
9e89f0a5
...
@@ -152,6 +152,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
...
@@ -152,6 +152,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define RET_SAVE Py_BLOCK_THREADS
#define RET_SAVE Py_BLOCK_THREADS
#define RES_SAVE Py_UNBLOCK_THREADS
#define RES_SAVE Py_UNBLOCK_THREADS
#define END_SAVE Py_END_ALLOW_THREADS
#define END_SAVE Py_END_ALLOW_THREADS
#define callable PyCallable_Check
#define is_floatobject PyFloat_Check
#define is_floatobject PyFloat_Check
#define is_intobject PyInt_Check
#define is_intobject PyInt_Check
#define is_longobject PyLong_Check
#define is_longobject PyLong_Check
...
...
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