Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87fb7f6

Browse files
committed
Issue #26073: Update the list of magic numbers in launcher
1 parent 10cabcb commit 87fb7f6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ Build
173173
Windows
174174
-------
175175

176+
- Issue #26073: Update the list of magic numbers in launcher
177+
176178
- Issue #26065: Excludes venv from library when generating embeddable
177179
distro.
178180

PC/launcher.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,10 @@ static PYC_MAGIC magic_values[] = {
10791079
{ 0x0bb8, 0x0c3b, L"3.0" },
10801080
{ 0x0c45, 0x0c4f, L"3.1" },
10811081
{ 0x0c58, 0x0c6c, L"3.2" },
1082-
{ 0x0c76, 0x0c76, L"3.3" },
1082+
{ 0x0c76, 0x0c9e, L"3.3" },
1083+
{ 0x0cb2, 0x0cee, L"3.4" },
1084+
{ 0x0cf8, 0x0d16, L"3.5" },
1085+
{ 0x0d20, 0x0d20, L"3.6" },
10831086
{ 0 }
10841087
};
10851088

0 commit comments

Comments
 (0)