Path to this page:
Subject: CVS commit: pkgsrc/lang/py-uncompyle6
From: Adam Ciarcinski
Date: 2019-12-11 14:19:20
Message id: 20191211131920.F338FFA97@cvs.NetBSD.org
Log Message:
py-uncompyle6: updated to 3.6.0
3.6.0:
The main focus in this release was more accurate decompilation especially for \
3.7 and 3.8. However there are some improvments to Python 2.x as well, including \
one of the long-standing problems of detecting the difference between try ... \
and try else ....
With this release we now rebase Python 3.7 on off of a 3.7 base; This is also as \
it is (now) in decompyle3. This facilitates removing some of the cruft in \
control-flow detection in the 2.7 uncompyle2 base.
Alas, decompilation speed for 3.7 on is greatly increased. Hopefull this is \
temporary (cough, cough) until we can do a static control flow pass.
Finally, runing in 3.9-dev is tolerated. We can disassemble, but no parse tables yet.
Files: