You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Small fixes
test_pyenvlib.py: it is sys.exit(), not exit() pysource.py: reinstate nod type of async_func_call
This commit is contained in:
@@ -408,6 +408,7 @@ class SourceWalker(GenericASTTraversal, object):
|
||||
self.template_engine(('%c(%P)', 0,
|
||||
(1, -4, ', ', 100)), node)
|
||||
self.prec = p
|
||||
node.type == 'async_call_function'
|
||||
self.prune()
|
||||
self.n_async_call_function = n_async_call_function
|
||||
self.n_build_list_unpack = self.n_build_list
|
||||
|
Reference in New Issue
Block a user