We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7edf3 commit 92baa1aCopy full SHA for 92baa1a
xasm/assemble.py
@@ -71,7 +71,6 @@ def __init__(self, python_version, is_pypy) -> None:
71
self.size = 0 # Size of source code. Only relevant in version 3 and above
72
self.is_pypy = is_pypy
73
self.python_version = python_version
74
- self.is_pypy = is_pypy
75
self.timestamp = None
76
self.backpatch = [] # list of backpatch dicts, one for each function
77
self.label = [] # list of label dists, one for each function
0 commit comments