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
1b27f864
Kaydet (Commit)
1b27f864
authored
Ara 30, 2005
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Whitespace normalization.
üst
4cfa1366
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test_descr.py
Lib/test/test_descr.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
Lib/test/test_descr.py
Dosyayı görüntüle @
1b27f864
...
@@ -1664,7 +1664,7 @@ def altmro():
...
@@ -1664,7 +1664,7 @@ def altmro():
pass
pass
else
:
else
:
raise
TestFailed
,
"non-sequence mro() return not caught"
raise
TestFailed
,
"non-sequence mro() return not caught"
def
overloading
():
def
overloading
():
if
verbose
:
print
"Testing operator overloading..."
if
verbose
:
print
"Testing operator overloading..."
...
...
setup.py
Dosyayı görüntüle @
1b27f864
...
@@ -159,7 +159,7 @@ class PyBuildExt(build_ext):
...
@@ -159,7 +159,7 @@ class PyBuildExt(build_ext):
line
=
line
.
split
()
line
=
line
.
split
()
remove_modules
.
append
(
line
[
0
])
remove_modules
.
append
(
line
[
0
])
input
.
close
()
input
.
close
()
for
ext
in
self
.
extensions
[:]:
for
ext
in
self
.
extensions
[:]:
if
ext
.
name
in
remove_modules
:
if
ext
.
name
in
remove_modules
:
self
.
extensions
.
remove
(
ext
)
self
.
extensions
.
remove
(
ext
)
...
...
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