You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Use xdis pattr extraction for LOAD_NAME
This commit is contained in:
7
test/simple_source/bug27+/01_argument_quoting.py
Normal file
7
test/simple_source/bug27+/01_argument_quoting.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# Bug was erroneously putting quotes around Exception on decompilatoin
|
||||
# RUNNABLE!
|
||||
|
||||
"""This program is self-checking!"""
|
||||
z = ["y", Exception]
|
||||
assert z[0] == "y"
|
||||
assert isinstance(z[1], Exception)
|
Reference in New Issue
Block a user