mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
explanatory comment
This commit is contained in:
parent
865b2925dd
commit
12d400db65
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ def _call_with_frames_removed(f, *args, **kwds):
|
||||||
# due to the addition of new opcodes).
|
# due to the addition of new opcodes).
|
||||||
|
|
||||||
_MAGIC_BYTES = (3280).to_bytes(2, 'little') + b'\r\n'
|
_MAGIC_BYTES = (3280).to_bytes(2, 'little') + b'\r\n'
|
||||||
_RAW_MAGIC_NUMBER = int.from_bytes(_MAGIC_BYTES, 'little')
|
_RAW_MAGIC_NUMBER = int.from_bytes(_MAGIC_BYTES, 'little') # For import.c
|
||||||
|
|
||||||
_PYCACHE = '__pycache__'
|
_PYCACHE = '__pycache__'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue