Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ca9aab19
Commit
ca9aab19
authored
Jan 16, 2016
by
Steve Dower
Browse files
Options
Browse Files
Download
Plain Diff
Issue #26073: Update the list of magic numbers in launcher
parents
c3cd76a2
87fb7f64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
Misc/NEWS
Misc/NEWS
+2
-0
PC/launcher.c
PC/launcher.c
+4
-1
No files found.
Misc/NEWS
View file @
ca9aab19
...
...
@@ -613,6 +613,8 @@ Build
Windows
-------
-
Issue
#
26073
:
Update
the
list
of
magic
numbers
in
launcher
-
Issue
#
26065
:
Excludes
venv
from
library
when
generating
embeddable
distro
.
...
...
PC/launcher.c
View file @
ca9aab19
...
...
@@ -1079,7 +1079,10 @@ static PYC_MAGIC magic_values[] = {
{
0x0bb8
,
0x0c3b
,
L"3.0"
},
{
0x0c45
,
0x0c4f
,
L"3.1"
},
{
0x0c58
,
0x0c6c
,
L"3.2"
},
{
0x0c76
,
0x0c76
,
L"3.3"
},
{
0x0c76
,
0x0c9e
,
L"3.3"
},
{
0x0cb2
,
0x0cee
,
L"3.4"
},
{
0x0cf8
,
0x0d16
,
L"3.5"
},
{
0x0d20
,
0x0d20
,
L"3.6"
},
{
0
}
};
...
...
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