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
b3ca7972
Unverified
Kaydet (Commit)
b3ca7972
authored
Haz 23, 2019
tarafından
Pablo Galindo
Kaydeden (comit)
GitHub
Haz 23, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modification (GH-14320)
üst
663131a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
_bootstrap_external.py
Lib/importlib/_bootstrap_external.py
+2
-2
importlib_external.h
Python/importlib_external.h
+1
-1
No files found.
Lib/importlib/_bootstrap_external.py
Dosyayı görüntüle @
b3ca7972
...
@@ -266,7 +266,7 @@ _code_type = type(_write_atomic.__code__)
...
@@ -266,7 +266,7 @@ _code_type = type(_write_atomic.__code__)
# Python 3.8a1 3400 (move frame block handling to compiler #17611)
# Python 3.8a1 3400 (move frame block handling to compiler #17611)
# Python 3.8a1 3401 (add END_ASYNC_FOR #33041)
# Python 3.8a1 3401 (add END_ASYNC_FOR #33041)
# Python 3.8a1 3410 (PEP570 Python Positional-Only Parameters #36540)
# Python 3.8a1 3410 (PEP570 Python Positional-Only Parameters #36540)
# Python 3.8b2 34
20
(Reverse evaluation order of key: value in dict
# Python 3.8b2 34
11
(Reverse evaluation order of key: value in dict
# comprehensions #35224)
# comprehensions #35224)
#
#
# MAGIC must change whenever the bytecode emitted by the compiler may no
# MAGIC must change whenever the bytecode emitted by the compiler may no
...
@@ -276,7 +276,7 @@ _code_type = type(_write_atomic.__code__)
...
@@ -276,7 +276,7 @@ _code_type = type(_write_atomic.__code__)
# Whenever MAGIC_NUMBER is changed, the ranges in the magic_values array
# Whenever MAGIC_NUMBER is changed, the ranges in the magic_values array
# in PC/launcher.c must also be updated.
# in PC/launcher.c must also be updated.
MAGIC_NUMBER
=
(
34
20
)
.
to_bytes
(
2
,
'little'
)
+
b
'
\r\n
'
MAGIC_NUMBER
=
(
34
11
)
.
to_bytes
(
2
,
'little'
)
+
b
'
\r\n
'
_RAW_MAGIC_NUMBER
=
int
.
from_bytes
(
MAGIC_NUMBER
,
'little'
)
# For import.c
_RAW_MAGIC_NUMBER
=
int
.
from_bytes
(
MAGIC_NUMBER
,
'little'
)
# For import.c
_PYCACHE
=
'__pycache__'
_PYCACHE
=
'__pycache__'
...
...
Python/importlib_external.h
Dosyayı görüntüle @
b3ca7972
...
@@ -278,7 +278,7 @@ const unsigned char _Py_M__importlib_bootstrap_external[] = {
...
@@ -278,7 +278,7 @@ const unsigned char _Py_M__importlib_bootstrap_external[] = {
95,97,116,111,109,105,99,120,0,0,0,115,30,0,0,0,
95,97,116,111,109,105,99,120,0,0,0,115,30,0,0,0,
0,5,16,1,6,1,16,0,6,255,4,2,2,3,14,1,
0,5,16,1,6,1,16,0,6,255,4,2,2,3,14,1,
20,1,16,1,14,1,2,1,14,1,14,1,6,1,114,69,
20,1,16,1,14,1,2,1,14,1,14,1,6,1,114,69,
0,0,0,105,
92
,13,0,0,114,28,0,0,0,114,16,0,
0,0,0,105,
83
,13,0,0,114,28,0,0,0,114,16,0,
0,0,115,2,0,0,0,13,10,90,11,95,95,112,121,99,
0,0,115,2,0,0,0,13,10,90,11,95,95,112,121,99,
97,99,104,101,95,95,122,4,111,112,116,45,122,3,46,112,
97,99,104,101,95,95,122,4,111,112,116,45,122,3,46,112,
121,122,4,46,112,121,99,78,41,1,218,12,111,112,116,105,
121,122,4,46,112,121,99,78,41,1,218,12,111,112,116,105,
...
...
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