mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
This commit is contained in:
parent
d611f4cf10
commit
6a7506a77f
10 changed files with 1362 additions and 1188 deletions
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue