diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-11 21:39:41 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-11 21:39:41 (GMT) |
commit | 6a7506a77f11235b2f1f0e97a2f2eb57e6953d88 (patch) | |
tree | 49509696dbf91f8e26ee18309678d0f3d4daee56 /PC | |
parent | d611f4cf10e63814ad0d2e51b215d13dc097d355 (diff) | |
download | cpython-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.zip cpython-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.tar.gz cpython-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.tar.bz2 |
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/launcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/launcher.c b/PC/launcher.c index 909705d..9fcc41e 100644 --- a/PC/launcher.c +++ b/PC/launcher.c @@ -1089,7 +1089,7 @@ static PYC_MAGIC magic_values[] = { { 3190, 3230, L"3.3" }, { 3250, 3310, L"3.4" }, { 3320, 3350, L"3.5" }, - { 3360, 3370, L"3.6" }, + { 3360, 3371, L"3.6" }, { 0 } }; |