C extensions should not be compiled under pypy
Bug #881546 reported by
Jonas Obrist
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Dulwich |
Fix Released
|
Medium
|
Unassigned |
Bug Description
When installing dulwich under pypy, the C extensions actually slow down dulwich rather than speeding it up. I had code going almost twice as fast by removing all the .so files in dulwich when running under pypy.
So ideally, when dulwich is installed under pypy, it should not compile C extensions.
Related branches
lp://staging/~ronny-pfannschmidt-deactivatedaccount/dulwich/pypy
- VCS imports: Pending requested
-
Diff: 12 lines (+1/-1)1 file modifiedsetup.py (+1/-1)
Changed in dulwich: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Are you sure this is the case? As far as I understand the extensions are ignored by pypy anyway.