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
b16d197d
Kaydet (Commit)
b16d197d
authored
May 01, 2000
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Marc-Andre Lemburg:
Added Py_UnicodeFlag for use by the -U command line option.
üst
fdc8bdb6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
pydebug.h
Include/pydebug.h
+1
-0
pythonrun.c
Python/pythonrun.c
+1
-0
No files found.
Include/pydebug.h
Dosyayı görüntüle @
b16d197d
...
@@ -43,6 +43,7 @@ extern DL_IMPORT(int) Py_NoSiteFlag;
...
@@ -43,6 +43,7 @@ extern DL_IMPORT(int) Py_NoSiteFlag;
extern
DL_IMPORT
(
int
)
Py_UseClassExceptionsFlag
;
extern
DL_IMPORT
(
int
)
Py_UseClassExceptionsFlag
;
extern
DL_IMPORT
(
int
)
Py_FrozenFlag
;
extern
DL_IMPORT
(
int
)
Py_FrozenFlag
;
extern
DL_IMPORT
(
int
)
Py_TabcheckFlag
;
extern
DL_IMPORT
(
int
)
Py_TabcheckFlag
;
extern
DL_IMPORT
(
int
)
Py_UnicodeFlag
;
DL_IMPORT
(
void
)
Py_FatalError
Py_PROTO
((
char
*
));
DL_IMPORT
(
void
)
Py_FatalError
Py_PROTO
((
char
*
));
...
...
Python/pythonrun.c
Dosyayı görüntüle @
b16d197d
...
@@ -88,6 +88,7 @@ int Py_InteractiveFlag; /* Needed by Py_FdIsInteractive() below */
...
@@ -88,6 +88,7 @@ int Py_InteractiveFlag; /* Needed by Py_FdIsInteractive() below */
int
Py_NoSiteFlag
;
/* Suppress 'import site' */
int
Py_NoSiteFlag
;
/* Suppress 'import site' */
int
Py_UseClassExceptionsFlag
=
1
;
/* Needed by bltinmodule.c */
int
Py_UseClassExceptionsFlag
=
1
;
/* Needed by bltinmodule.c */
int
Py_FrozenFlag
;
/* Needed by getpath.c */
int
Py_FrozenFlag
;
/* Needed by getpath.c */
int
Py_UnicodeFlag
=
0
;
/* Needed by compile.c */
static
int
initialized
=
0
;
static
int
initialized
=
0
;
...
...
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