python-uncompyle6 icon indicating copy to clipboard operation
python-uncompyle6 copied to clipboard

A cross-version Python bytecode decompiler

Results 49 python-uncompyle6 issues
Sort by recently updated
recently updated
newest added

Hey rocky please work on 3.9 support or link me any that work decently. ty much love.

Duplicate
Volunteer wanted
Python 3.9+

.pyc script doesn't have any opcodes for compare. source code like: TEXT_ACCOUNT_545 = ' ' TEXT_ACCOUNT_550 = ' \n %s%s\n %s%s' TEXT_ACCOUNT_560 = ' ' TEXT_ACCOUNT_564 = '\xd0\x9e\xd0\x9a ' TEXT_APPSETTING_503...

## Description Attempting to decompile a tkinter script which was extracted from a PyInstaller executable. I got this error: ```python Traceback (most recent call last): File "~/.local/bin/uncompyle6", line 10, in...

control flow
insufficient bug report
volunteer wanted
Python 3.8

python version:3.8.6 file:[baidu_click.zip](https://github.com/rocky/python-uncompyle6/files/8916797/baidu_click.zip) source: without error info: whilestmt38 ::= \e__come_froms testexpr . returns POP_BLOCK whilestmt38 ::= \e__come_froms testexpr \e_l_stmts_opt . COME_FROM JUMP_BACK POP _BLOCK whilestmt38 ::= \e__come_froms testexpr \e_l_stmts_opt ....

parse
Volunteer wanted
Python 3.8
Works on decompyle3

I can’t get footnotes to render. Here is a [link](https://github.com/rocky/python-uncompyle6/wiki/How-does-this-code-work%3F#a-tale-of-two-kinds-of-decompilers) to the section in a project wiki page: Look for `[^1]` Also posted in https://github.community/t/footnote-not-working-in-wiki-page/232457

Note by maintainer: [I removed the unfilled template which was appearing here. That contained instructions as comments that were supposed to be filled out. Pro tip: if you are seeking...

Volunteer wanted
Python 3.9+

## Description Hi! I'm trying to decompile a cog from my Discord bot which I overwrote by error. When using uncompyle, all classes except one (the longest one) were recovered....

Python 3.8
Works on decompyle3

I was trying to decompile a pyc that I had, but it had a few errors. I managed to manually decompile it though and narrowed it down to code that...

Control Flow
Python 3.7
Volunteer wanted
Works on decompyle3

## Description Error of "if if else" expr sequence ## How to Reproduce here is the source code ```test.py```: ``` a = 1 b = 1 if a: print("a") if...

Control Flow
Works on decompyle3

![image](https://user-images.githubusercontent.com/7189444/121988571-2b194c00-cdcd-11eb-9eb6-f1a7a86c5d07.png)

insufficient bug report