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
ef920d6d
Kaydet (Commit)
ef920d6d
authored
Eyl 06, 2015
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Backed out changeset: a29b49d57769
üst
0fba9b32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
NEWS
Misc/NEWS
+0
-2
timemodule.c
Modules/timemodule.c
+0
-6
No files found.
Misc/NEWS
Dosyayı görüntüle @
ef920d6d
...
@@ -84,8 +84,6 @@ Library
...
@@ -84,8 +84,6 @@ Library
-
Issue
#
16180
:
Exit
pdb
if
file
has
syntax
error
,
instead
of
trapping
user
-
Issue
#
16180
:
Exit
pdb
if
file
has
syntax
error
,
instead
of
trapping
user
in
an
infinite
loop
.
Patch
by
Xavier
de
Gaye
.
in
an
infinite
loop
.
Patch
by
Xavier
de
Gaye
.
-
Issue
#
24917
:
time_strftime
()
Buffer
Over
-
read
.
Patch
by
John
Leitch
.
-
Issue
#
21112
:
Fix
regression
in
unittest
.
expectedFailure
on
subclasses
.
-
Issue
#
21112
:
Fix
regression
in
unittest
.
expectedFailure
on
subclasses
.
Patch
from
Berker
Peksag
.
Patch
from
Berker
Peksag
.
...
...
Modules/timemodule.c
Dosyayı görüntüle @
ef920d6d
...
@@ -662,12 +662,6 @@ time_strftime(PyObject *self, PyObject *args)
...
@@ -662,12 +662,6 @@ time_strftime(PyObject *self, PyObject *args)
"format %y requires year >= 1900 on AIX"
);
"format %y requires year >= 1900 on AIX"
);
return
NULL
;
return
NULL
;
}
}
else
if
(
outbuf
[
1
]
==
'\0'
)
{
PyErr_SetString
(
PyExc_ValueError
,
"Incomplete format string"
);
Py_DECREF
(
format
);
return
NULL
;
}
}
}
#endif
#endif
...
...
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