This website requires JavaScript.
Explore
Help
Sign In
jinx
/
python-uncompyle6
Watch
1
Fork
0
You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced
2025-08-03 00:45:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
371138cfbc77f887d49131f67c46ba6bede97975
python-uncompyle6
/
test
/
simple_source
/
exception
History
rocky
535df1592e
Another 3.6 control-flow bug...
...
and add source to some previous bytecode tests
2018-03-31 19:28:35 -04:00
..
01_try_except.py
NT try-middle -> except-handler to match AST
2017-12-03 06:30:33 -05:00
02_try_finally.py
More COME_FROM's in Python 3...
2017-02-20 04:17:46 -05:00
04_assert_continue.py
Another 3.6 control-flow bug...
2018-03-31 19:28:35 -04:00
05_try_except.py
Fix up looping by reinstating JUMP_ABSOLUTE -> JUMP_BACK or CONTINUE
2015-12-26 03:06:03 -05:00
06_tryifelse.py
3.4 tryifelse bug
2016-06-19 11:15:36 -04:00
07_try_pass.py
<= 2.6 weird jump out of try block
2016-06-30 06:21:13 -04:00
10_try_continue_bug.py
Another 3.x bug involving jumps
2016-06-19 17:47:43 -04:00
20_try_except.py
NT try-middle -> except-handler to match AST
2017-12-03 06:30:33 -05:00
25_try_except.py
Two bugs and a refactor ..
2017-12-03 10:46:22 -05:00