-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python-uncompyle6 to version 3.7.4 / rev 11 via SR 889730
https://build.opensuse.org/request/show/889730 by user dirkmueller + dimstar_suse - skip python 3.9 (rocky/python-uncompyle6#331)
- Loading branch information
1 parent
d9b49dd
commit 7855c97
Showing
4 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,4 +84,12 @@ | |
<comment></comment> | ||
<requestid>859980</requestid> | ||
</revision> | ||
<revision rev="11" vrev="2"> | ||
<srcmd5>b42da76ce624e43eabd5386e2ca068fa</srcmd5> | ||
<version>3.7.4</version> | ||
<time>1620072478</time> | ||
<user>dimstar_suse</user> | ||
<comment>- skip python 3.9 (https://github.com/rocky/python-uncompyle6/issues/331)</comment> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
dirkmueller
|
||
<requestid>889730</requestid> | ||
</revision> | ||
</revisionlist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
------------------------------------------------------------------- | ||
Sat May 1 18:35:27 UTC 2021 - Dirk Müller <[email protected]> | ||
|
||
- skip python 3.9 (https://github.com/rocky/python-uncompyle6/issues/331) | ||
|
||
------------------------------------------------------------------- | ||
Thu Dec 31 08:08:08 UTC 2020 - [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I should be clear about something.
The Python version or language uses in running the decompiler is separate from the kinds of bytecode that get decompiled.
uncompyle6 will run on 3.9 and 3.10, and probably 3.11 when that appears. It just won't be able to decompile bytecode produced by 3.9, 3.10. Or at least not until someone updates the code to do so. Someone updating the code is a possibility, but right now it doesn't look likely to happen. See the issue cited for more detail on that.
(Just about all of the other Python decompilers other than this companion decompyle3 in fact only decompile whatever bytecode they are running, so I can see why there might be confusion here.)