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
3dca9f52
Kaydet (Commit)
3dca9f52
authored
Eki 17, 2011
tarafından
Mark Hammond
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
normalize whitespace in Lib/distutils/msvc9compiler.py
üst
323b5daa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
msvc9compiler.py
Lib/distutils/msvc9compiler.py
+2
-2
No files found.
Lib/distutils/msvc9compiler.py
Dosyayı görüntüle @
3dca9f52
...
...
@@ -685,7 +685,7 @@ class MSVCCompiler(CCompiler) :
def
manifest_get_embed_info
(
self
,
target_desc
,
ld_args
):
# If a manifest should be embedded, return a tuple of
# (manifest_filename, resource_id). Returns None if no manifest
# should be embedded. See http://bugs.python.org/issue7833 for why
# should be embedded. See http://bugs.python.org/issue7833 for why
# we want to avoid any manifest for extension modules if we can)
for
arg
in
ld_args
:
if
arg
.
startswith
(
"/MANIFESTFILE:"
):
...
...
@@ -728,7 +728,7 @@ class MSVCCompiler(CCompiler) :
manifest_buf
=
re
.
sub
(
pattern
,
""
,
manifest_buf
)
pattern
=
"<dependentAssembly>
\
s*</dependentAssembly>"
manifest_buf
=
re
.
sub
(
pattern
,
""
,
manifest_buf
)
# Now see if any other assemblies are referenced - if not, we
# Now see if any other assemblies are referenced - if not, we
# don't want a manifest embedded.
pattern
=
re
.
compile
(
r"""<assemblyIdentity.*?name=(?:"|')(.+?)(?:"|')"""
...
...
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