mirror of
https://github.com/python/cpython.git
synced 2025-11-10 18:42:04 +00:00
Bytes literal.
This commit is contained in:
parent
cf297e46b8
commit
00e41defe8
15 changed files with 179 additions and 19 deletions
|
|
@ -792,6 +792,7 @@ def findDepth(self, insts, debug=0):
|
|||
'DELETE_ATTR': -1,
|
||||
'STORE_GLOBAL': -1,
|
||||
'BUILD_MAP': 1,
|
||||
'MAKE_BYTES': 0,
|
||||
'COMPARE_OP': -1,
|
||||
'STORE_FAST': -1,
|
||||
'IMPORT_STAR': -1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue