You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
My grammar she is weak.
This commit is contained in:
10
README.rst
10
README.rst
@@ -128,13 +128,13 @@ Known Bugs/Restrictions
|
|||||||
|
|
||||||
The biggest known and possibly fixable (but hard) problem has to do
|
The biggest known and possibly fixable (but hard) problem has to do
|
||||||
with handling control flow. (Python has probably the most diverse and
|
with handling control flow. (Python has probably the most diverse and
|
||||||
screwy set of compound statements I've ever seen; a number of the
|
screwy set of compound statements I've ever seen; there
|
||||||
usual ones like else clauses on loops and try blocks I suspect most
|
are "else" clauses on loops and try blocks that I suspect many
|
||||||
programmers don't know about.)
|
programmers don't know about.)
|
||||||
|
|
||||||
All of the Python decompilers I have looked at have the same
|
All of the Python decompilers that I have looked at have problems
|
||||||
problem. In some cases we can detect an erroneous decompilation and
|
decompiling Python's control flow. In some cases we can detect an
|
||||||
report that.
|
erroneous decompilation and report that.
|
||||||
|
|
||||||
*Verification* is the process of decompiling bytecode, compiling with
|
*Verification* is the process of decompiling bytecode, compiling with
|
||||||
a Python for that bytecode version, and then comparing the bytecode
|
a Python for that bytecode version, and then comparing the bytecode
|
||||||
|
Reference in New Issue
Block a user