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
2a47c0fa
Kaydet (Commit)
2a47c0fa
authored
Ock 29, 2002
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix spelling mistakes. Bugfix candidates.
üst
4fd5a065
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
gcmodule.c
Modules/gcmodule.c
+1
-1
rangeobject.c
Objects/rangeobject.c
+1
-1
compile.c
Python/compile.c
+1
-1
sysmodule.c
Python/sysmodule.c
+3
-3
No files found.
Modules/gcmodule.c
Dosyayı görüntüle @
2a47c0fa
...
...
@@ -615,7 +615,7 @@ gc_get_debug(PyObject *self, PyObject *args)
}
static
char
gc_set_thresh__doc__
[]
=
"set_threshold(threshold0, [threhold1, threshold2]) -> None
\n
"
"set_threshold(threshold0, [thre
s
hold1, threshold2]) -> None
\n
"
"
\n
"
"Sets the collection thresholds. Setting threshold0 to zero disables
\n
"
"collection.
\n
"
...
...
Objects/rangeobject.c
Dosyayı görüntüle @
2a47c0fa
...
...
@@ -190,7 +190,7 @@ range_compare(rangeobject *r1, rangeobject *r2)
{
if
(
PyErr_Warn
(
PyExc_DeprecationWarning
,
"xrange object comparis
i
on is deprecated; "
"xrange object comparison is deprecated; "
"convert to list instead"
)
<
0
)
return
-
1
;
...
...
Python/compile.c
Dosyayı görüntüle @
2a47c0fa
...
...
@@ -61,7 +61,7 @@ int Py_OptimizeFlag = 0;
"name '%.400s' is used prior to global declaration"
#define LOCAL_GLOBAL \
"name '%.400s' is a function paramter and declared global"
"name '%.400s' is a function param
e
ter and declared global"
#define LATE_FUTURE \
"from __future__ imports must occur at the beginning of the file"
...
...
Python/sysmodule.c
Dosyayı görüntüle @
2a47c0fa
...
...
@@ -410,9 +410,9 @@ static char setdlopenflags_doc[] =
"setdlopenflags(n) -> None
\n
\
\n
\
Set the flags that will be used for dlopen() calls. Among other
\n
\
things, this will enable a lazy resolving of symbols when imporing
\n
\
things, this will enable a lazy resolving of symbols when impor
t
ing
\n
\
a module, if called as sys.setdlopenflags(0)
\n
\
To share symols across extension modules, call as
\n
\
To share sym
b
ols across extension modules, call as
\n
\
sys.setdlopenflags(dl.RTLD_NOW|dl.RTLD_GLOBAL)"
;
static
PyObject
*
...
...
@@ -673,7 +673,7 @@ Static objects:\n\
\n
\
maxint -- the largest supported integer (the smallest is -maxint-1)
\n
\
maxunicode -- the largest supported character
\n
\
builtin_module_names -- tuple of module names built into this intepreter
\n
\
builtin_module_names -- tuple of module names built into this inte
r
preter
\n
\
version -- the version of this interpreter as a string
\n
\
version_info -- version information as a tuple
\n
\
hexversion -- version information encoded as a single integer
\n
\
...
...
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