-
Notifications
You must be signed in to change notification settings - Fork 30
Support of PyPy interpreter (smmap, gitdb, and GitPython) #49
Copy link
Copy link
Open
Labels
Description
I was hoping to get this to run under PyPy but this is happening.
======================================================================
FAIL: test_basics (smmap.test.test_buf.TestBuf)
----------------------------------------------------------------------
Traceback (most recent call last):
File "smmap-5.0.0/smmap/test/test_buf.py", line 114, in test_basics
assert manager.collect()
AssertionError
I may take a look and suggest a fix, but maybe a someone who knows the codebase can figure this problem out easily?
Edit: the code makes a heavy use of del expecting instant behavior, but this is not automatic under pypy. See https://umn56892w35u21xfzp8f6wr.julianrbryant.com/en/latest/src/userguide/pypy.html
Reactions are currently unavailable