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
720682ef
Kaydet (Commit)
720682ef
authored
Ara 09, 2011
tarafından
Florent Xicluna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge 3.2
üst
a9e9abb8
5126df60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
arraymodule.c
Modules/arraymodule.c
+1
-1
_warnings.c
Python/_warnings.c
+0
-1
No files found.
Modules/arraymodule.c
Dosyayı görüntüle @
720682ef
...
...
@@ -2619,7 +2619,7 @@ PyDoc_STRVAR(arraytype_doc,
\n
\
Return a new array whose items are restricted by typecode, and
\n
\
initialized from the optional initializer value, which must be a list,
\n
\
string
.
or iterable over elements of the appropriate type.
\n
\
string or iterable over elements of the appropriate type.
\n
\
\n
\
Arrays represent basic values and behave very much like lists, except
\n
\
the type of objects stored in them is constrained.
\n
\
...
...
Python/_warnings.c
Dosyayı görüntüle @
720682ef
...
...
@@ -895,7 +895,6 @@ create_filter(PyObject *category, const char *action)
static
PyObject
*
init_filters
(
void
)
{
/* Don't silence DeprecationWarning if -3 was used. */
PyObject
*
filters
=
PyList_New
(
5
);
unsigned
int
pos
=
0
;
/* Post-incremented in each use. */
unsigned
int
x
;
...
...
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