You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Fix pypy semantic action bug in CALL_METHOD
This commit is contained in:
4
test/simple_source/bug_pypy27/02_call_method.py
Normal file
4
test/simple_source/bug_pypy27/02_call_method.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# Bug in PyPy was not hacndling CALL_METHOD_xxx like
|
||||
# CALL_FUNCTION_XXX
|
||||
def truncate(self, size=None):
|
||||
self.db.put(self.key, '', txn=self.txn, dlen=self.len - size, doff=size)
|
Reference in New Issue
Block a user