-
```
Please compile ibm-db as the PyPy module.
```
Original issue reported on code.google.com by `D.V.Selitsky@gmail.com` on 6 May 2011 at 6:20
-
``````
What steps will reproduce the problem?
1. run testsuite under pypy
2.
3.
What is the expected output? What do you see instead?
pass all. 1 hang and an outrgiht fail
What version of the produc…
-
entry point to list possible / probable problems with PyPy ..
-
pycurl : https://github.com/pycurl/pycurl/issues/208
-
Currently blocked on an eventlet bug: https://github.com/eventlet/eventlet/issues/213
We should be able to add pypy to our tox config when the above is resolved.
-
```
In last releases, PyPy is becoming a player to take into account. Its high
compatibility with Python 2.7 makes it possible to use it as a Python 2.7
drop-in replacement providing speed gains up …
-
Calling `gc.dump_rpy_heap` with invalid arguments results in a `SystemError`.
Something else also seems to be happening regarding handling of the `file` parameter: when passed a large negative valu…
-
beartype crashes when run on the following annotated function:
```
@beartype
def print_entries(self,
entries: Optional[Union[str, list, 'Component']] = 'all',
…
-
Hi
First of all thanks to all devs! I'm using PyPy to accelerate my pipelines from years, awesome work!
While developing a new pipeline for data processing I encountered what to seem a memory leak…
-
We are trying to use `setup-miniconda` to enable PyPy CI pipelines in https://github.com/openmm/openmm/pull/3086, but we are facing some issues with the `python-version` option. Seems that the action …