You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Update HOW-TO-REPORT-A-BUG.md
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
# How to report a Bug
|
# How to report a Bug
|
||||||
|
|
||||||
## The difficulty of the Problem
|
## The difficulty of the problem
|
||||||
|
|
||||||
There is no Python decompiler yet, that I know about that will
|
There is no Python decompiler yet, that I know about that will
|
||||||
decompyle everything. This one probably does the
|
decompyle everything. This one probably does the
|
||||||
best job of *any* Python decompiler. But it is a constant work in progress, as Python keeps changing as does its code generation.
|
best job of *any* Python decompiler. But it is a constant work in progress: Python keeps changing, and so does its code generation.
|
||||||
|
|
||||||
I have found bugs in *every* Python decompiler I have tried. Even
|
I have found bugs in *every* Python decompiler I have tried. Even
|
||||||
those for the authors/maintainers clam that it works across some
|
those where authors/maintainers claim that they have used it on
|
||||||
version of the entire Python standard library. And I don't mean that
|
the entire Python standard library. And I don't mean that
|
||||||
the program doesn't come out with the same Python source instructions,
|
the program doesn't come out with the same Python source instructions,
|
||||||
but that the program is *semantically* not equivalent.
|
but that the program is *semantically* not equivalent.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user