aboutsummaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2020-11-12 10:42:44 +0000
committerGitHub <noreply@github.com>2020-11-12 10:42:44 +0000
commitc6409156c4f0743dfb3d625c4e024a8258fc6181 (patch)
treeef1ef4776b86c61b7a4ad577c6ca1b4ef1346398 /PC
parentbpo-42237: Fix os.sendfile() on illumos (GH-23154) (diff)
downloadcpython-c6409156c4f0743dfb3d625c4e024a8258fc6181.tar.gz
cpython-c6409156c4f0743dfb3d625c4e024a8258fc6181.tar.bz2
cpython-c6409156c4f0743dfb3d625c4e024a8258fc6181.zip
Bump magic number. (GH-23245)
Diffstat (limited to 'PC')
-rw-r--r--PC/launcher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/launcher.c b/PC/launcher.c
index 106fc660755..7ca2f238780 100644
--- a/PC/launcher.c
+++ b/PC/launcher.c
@@ -1248,6 +1248,7 @@ static PYC_MAGIC magic_values[] = {
{ 3390, 3399, L"3.7" },
{ 3400, 3419, L"3.8" },
{ 3420, 3429, L"3.9" },
+ { 3430, 3439, L"3.10" },
{ 0 }
};