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
b8f134e3
Kaydet (Commit)
b8f134e3
authored
Tem 19, 2004
tarafından
Thomas Heller
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
The binary layout of cfgdata has changed, so the magic number has to
change as well. Add a comment explaining this.
üst
5ef60185
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
bdist_wininst.py
Lib/distutils/command/bdist_wininst.py
+7
-1
No files found.
Lib/distutils/command/bdist_wininst.py
Dosyayı görüntüle @
b8f134e3
...
@@ -253,8 +253,14 @@ class bdist_wininst (Command):
...
@@ -253,8 +253,14 @@ class bdist_wininst (Command):
# empty pre-install script
# empty pre-install script
cfgdata
=
cfgdata
+
"
\0
"
cfgdata
=
cfgdata
+
"
\0
"
file
.
write
(
cfgdata
)
file
.
write
(
cfgdata
)
# The 'magic number' 0x1234567B is used to make sure that the
# binary layout of 'cfgdata' is what the wininst.exe binary
# expects. If the layout changes, increment that number, make
# the corresponding changes to the wininst.exe sources, and
# recompile them.
header
=
struct
.
pack
(
"<iii"
,
header
=
struct
.
pack
(
"<iii"
,
0x1234567
A
,
# tag
0x1234567
B
,
# tag
len
(
cfgdata
),
# length
len
(
cfgdata
),
# length
bitmaplen
,
# number of bytes in bitmap
bitmaplen
,
# number of bytes in bitmap
)
)
...
...
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