You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
grammar
This commit is contained in:
@@ -33,10 +33,10 @@ when source-code information does not exist and there is just bytecode
|
||||
information.
|
||||
|
||||
Other parts of the library can be used inside Python for various
|
||||
bytecode-related tasks. For example you can read in bytecode (do a
|
||||
version indepedant `marshal.loads()` and disassemble that from a
|
||||
version of Python different from the one the bytecode was compiled
|
||||
for.
|
||||
bytecode-related tasks. For example you can read in bytecode,
|
||||
i.e. perform a version-independent `marshal.loads()`, and disassemble
|
||||
the bytecode using version of Python different from the one used to
|
||||
compile the bytecode.
|
||||
|
||||
|
||||
Installation
|
||||
|
Reference in New Issue
Block a user