-
```
I think we had this problem before. pypyodbc can connect and work OK with
cPython but using a nightly pypy snapshot, I'm getting a hang. Ctrl-C below
illusrtates the stack trace where it's s…
-
~After https://github.com/PyO3/maturin/pull/596 ships.~ That fix has shipped.
-
This issue has been migrated from [#14586](https://github.com/matrix-org/synapse/issues/14586).
---
**Description:**
The latest version of psycopg is [psycopg3](https://github.com/psycopg/psycopg…
-
-
I think the only change needed is fixing the setup.py which is very old and probably missing stuff.
-
Hi Pysam
I'm trying to install pysam with pypy on my mac.
```
$ pypy --version
Python 3.9.12 (05fbe3aa5b0845e6c37239768aa455451aa5faba, Mar 29 2022, 09:54:47)
[PyPy 7.3.9 with GCC Apple LLVM …
-
Cylc seems to run quite happily under PyPy, however, we should take a quick comb through the code to make sure we aren't relying on any cPython quirks, namely ensuring that all file handles are explic…
-
#### Is your feature request related to a problem? Please describe.
Yes? No? Maybe? We'd like to leverage PyPy for Panel, but are unclear whether Panel explicitly supports PyPy.
We suspect it do…
-
Do you have any hints on getting pypy to work with this kind of setup?
-
pypy has spikes in time it takes occasionally when using cpyext, otherwise known as pauses.
This is because it's deallocating lots of CPython objects all in one frame, rather than incrementally. Th…