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
6f9b0102
Kaydet (Commit)
6f9b0102
authored
Ara 17, 2015
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix a couple of typos in code comments
üst
9920e293
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
string_tests.py
Lib/test/string_tests.py
+1
-1
test_zipfile64.py
Lib/test/test_zipfile64.py
+1
-1
fileutils.c
Python/fileutils.c
+2
-2
No files found.
Lib/test/string_tests.py
Dosyayı görüntüle @
6f9b0102
...
...
@@ -685,7 +685,7 @@ class BaseTest:
class
CommonTest
(
BaseTest
):
# This testcase contains test that can be used in all
# This testcase contains test
s
that can be used in all
# stringlike classes. Currently this is str, unicode
# UserString and the string module.
...
...
Lib/test/test_zipfile64.py
Dosyayı görüntüle @
6f9b0102
...
...
@@ -3,7 +3,7 @@
# from test_zipfile
from
test
import
support
# XXX(nnorwitz): disable this test by looking for extra
largfile resource
# XXX(nnorwitz): disable this test by looking for extra
largefile resource,
# which doesn't exist. This test takes over 30 minutes to run in general
# and requires more disk space than most of the buildbots.
support
.
requires
(
...
...
Python/fileutils.c
Dosyayı görüntüle @
6f9b0102
...
...
@@ -599,7 +599,7 @@ _Py_attribute_data_to_stat(BY_HANDLE_FILE_INFORMATION *info, ULONG reparse_tag,
On Windows, use GetFileType() and GetFileInformationByHandle() which support
files larger than 2 GB. fstat() may fail with EOVERFLOW on files larger
than 2 GB because the file size type is a
n
signed 32-bit integer: see issue
than 2 GB because the file size type is a signed 32-bit integer: see issue
#23152.
On Windows, set the last Windows error and return nonzero on error. On
...
...
@@ -669,7 +669,7 @@ _Py_fstat_noraise(int fd, struct _Py_stat_struct *status)
On Windows, use GetFileType() and GetFileInformationByHandle() which support
files larger than 2 GB. fstat() may fail with EOVERFLOW on files larger
than 2 GB because the file size type is a
n
signed 32-bit integer: see issue
than 2 GB because the file size type is a signed 32-bit integer: see issue
#23152.
Raise an exception and return -1 on error. On Windows, set the last Windows
...
...
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