Philippe Fremy (IDEMIA)
Philippe Fremy (IDEMIA)
## Description The following code will decompile incorrectly with pyhon 3.8 : ``` def toto(a, b, c): if c: if a and b: print('a and b') print('c, whatever a/b') return...
## Description Decompyle3 failed at decompiling some code, where uncompyle6 was successful. That's too bad because the generated code is of higher quality. ## How to Reproduce See attached sources:...
### Checklist - [x] I confirm there are no unresolved issues reported on the [Chocolatey Status page](https://status.chocolatey.org). - [x] I have verified this is the correct repository for opening this...