We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed11471 commit e762f17Copy full SHA for e762f17
smmap/buf.py
@@ -80,7 +80,6 @@ def __getslice__(self, i, j):
80
ofs = i
81
# It's fastest to keep tokens and join later, especially in py3, which was 7 times slower
82
# in the previous iteration of this code
83
- pyvers = sys.version_info[:2]
84
md = list()
85
while l:
86
c.use_region(ofs, l)
0 commit comments