Aralox
Aralox
I'd like to have a look at this :) I opened #184 while doing this, just to address the empty unpack. EDIT: I misread the issue, I thought this was...
Hi @rocky and @zrax, I was having a look at this for hacktoberfest. This problem happens with any if-expression, not necessarily in a lambda. Also related to https://github.com/zrax/pycdc/issues/129. It looks...
Thanks guys. Here are some disassemblies of a regular if, an empty regular if, and an if-expression. I can see that the regular if has a STORE_NAME between POP_JUMP_IF_FALSE and...
Thank you Rocky, I will try that when I next work on this. Is there a way to dump out the whole ast in the code? E.g. at a breakpoint....
Thanks for your suggestion, I decided to do #165
Thank you for looking at this Emil. It's actually working now. What was happening was when I clicked import and selected a file, it just returned to the import page...
That's really useful, thank you!