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
7113d960
Kaydet (Commit)
7113d960
authored
Mar 01, 2002
tarafından
Michael W. Hudson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Changes to what we do to modules that don't import, as
discussed on python-dev.
üst
dcea3702
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
setup.py
setup.py
+5
-5
No files found.
setup.py
Dosyayı görüntüle @
7113d960
...
@@ -176,13 +176,13 @@ class PyBuildExt(build_ext):
...
@@ -176,13 +176,13 @@ class PyBuildExt(build_ext):
except
ImportError
,
why
:
except
ImportError
,
why
:
if
1
:
if
1
:
self
.
announce
(
'*** WARNING: re
mov
ing "
%
s" since importing it'
self
.
announce
(
'*** WARNING: re
nam
ing "
%
s" since importing it'
' failed:
%
s'
%
(
ext
.
name
,
why
))
' failed:
%
s'
%
(
ext
.
name
,
why
))
assert
not
self
.
inplace
assert
not
self
.
inplace
fullname
=
self
.
get_ext_fullname
(
ext
.
name
)
basename
,
tail
=
os
.
path
.
splitext
(
ext_file
name
)
ext_filename
=
os
.
path
.
join
(
self
.
build_lib
,
newname
=
basename
+
"_failed"
+
tail
self
.
get_ext_filename
(
fullname
)
)
if
os
.
path
.
exists
(
newname
):
os
.
remove
(
newname
)
os
.
re
move
(
ext_file
name
)
os
.
re
name
(
ext_filename
,
new
name
)
# XXX -- This relies on a Vile HACK in
# XXX -- This relies on a Vile HACK in
# distutils.command.build_ext.build_extension(). The
# distutils.command.build_ext.build_extension(). The
...
...
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