Philippe Fremy (IDEMIA)

Results 3 issues of 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...

bug
Python 3.8
control flow

## 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...

Bug
0 - Backlog
Requires Upstream Change