-
# Bug report
### Bug description:
```python
import linecache
import weakref
def gen_func(n):
func_code = """
def func():
pass
"""
g = {}
exec(func_code, g, g)
f…
-
Feel free to create an issue to the official repository if you have any issues about PyPy: https://github.com/pypy/pypy
-
```
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 …
-
```
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 …
-
```
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 …
-
```
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 …
-
```
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 …
-
```
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 …
-
Currently there are no sampling-based profilers for pypy that work on windows, it would be great if py-spy supported this!
-
It seems this module doesn't work with pypy. I'm not very experienced with this stuff though, so I could be wrong.
If not, is there any plan to add support for pypy? I've seen a 'port' but it hasn'…