Update HOW-TO-REPORT-A-BUG.md

This commit is contained in:
R. Bernstein
2017-04-15 18:56:56 -04:00
committed by GitHub
parent 659e28d686
commit 31c28d0220

View File

@@ -37,7 +37,7 @@ command and the output from that, please give:
### But I don't *have* the source code!
Sure, I get it. No problem. There is Python assembly code on parse
errors, so simply by hand decompile that. To get a full disassembly, use pydisasm from the [xdis](https://pypi.python.org/pypi/xdis) package.
errors, so simply by hand decompile that. To get a full disassembly, use pydisasm from the [xdis](https://pypi.python.org/pypi/xdis) package. Opcodes are described in the documentation for the [dis](https://docs.python.org/3.6/library/dis.html) module.
### But I don't *have* the source code and am incapable of figuring how how to do a hand disassembly!