You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Bump xdis and pyenv versions,
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2018 Rocky Bernstein <rocky@gnu.org>
|
# Copyright (C) 2018, 2020 Rocky Bernstein <rocky@gnu.org>
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -58,7 +58,7 @@ entry_points = {
|
|||||||
]}
|
]}
|
||||||
ftp_url = None
|
ftp_url = None
|
||||||
install_requires = ["spark-parser >= 1.8.9, < 1.9.0",
|
install_requires = ["spark-parser >= 1.8.9, < 1.9.0",
|
||||||
"xdis >= 4.2.2, < 4.3.0"]
|
"xdis >= 4.2.3, < 4.3.0"]
|
||||||
|
|
||||||
license = "GPL3"
|
license = "GPL3"
|
||||||
mailing_list = "python-debugger@googlegroups.com"
|
mailing_list = "python-debugger@googlegroups.com"
|
||||||
|
@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
|
|||||||
echo "This script should be *sourced* rather than run directly through bash"
|
echo "This script should be *sourced* rather than run directly through bash"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
export PYVERSIONS='3.5.9 3.6.10 2.6.9 3.3.7 2.7.17 3.2.6 3.1.5 3.4.10 3.7.6 3.8.1'
|
export PYVERSIONS='3.5.9 3.6.10 2.6.9 3.3.7 2.7.17 3.2.6 3.1.5 3.4.10 3.7.7 3.8.2'
|
||||||
|
@@ -1091,8 +1091,8 @@ class Python37BaseParser(PythonParser):
|
|||||||
+ token.kind
|
+ token.kind
|
||||||
)
|
)
|
||||||
|
|
||||||
# Note: semantic actions make use of the fact of wheter "args_pos"
|
# Note: Semantic actions make use of whether or not "args_pos"
|
||||||
# zero or not in creating a template rule.
|
# is zero when creating a template rule.
|
||||||
self.add_unique_rule(rule, token.kind, args_pos, customize)
|
self.add_unique_rule(rule, token.kind, args_pos, customize)
|
||||||
else:
|
else:
|
||||||
token.kind = self.call_fn_name(token)
|
token.kind = self.call_fn_name(token)
|
||||||
|
Reference in New Issue
Block a user