You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
3.7+ use attribute_w_parens like we do in pre 3.7
This commit is contained in:
@@ -79,3 +79,7 @@ class ResultMixin(object):
|
||||
|
||||
class SplitResult(namedtuple('SplitResult', 'scheme netloc path query fragment'), ResultMixin):
|
||||
pass
|
||||
|
||||
# From 3.3.7 test_long.py
|
||||
# Bug was that we need parens around first "0"
|
||||
assert (0).bit_length() == 0
|
||||
|
Reference in New Issue
Block a user