[pypy-dev] Re: regex is much slower in pypy than cpython

2025-09-02 Thread matti picus via pypy-dev
I commented in the issue. Emulating the C API is hard, PyPy will always be slower than CPython when creating C PyObject* objects in C.There are things we could do to make calling methods and functions faster, but dedicated resources are needed. Matti On Wed, Sep 3, 2025 at 7:08 AM Li Li via pypy-

[pypy-dev] PyPy v7.3.20 was released

2025-07-04 Thread matti picus via pypy-dev
I have released v7.3.20 of pypy2.7 and pypy3.11. No big featurs, but a number of bug fixes and compatibility updates. Please check it out. Matti ___ pypy-dev mailing list -- pypy-dev@python.org To unsubscribe send an email to pypy-dev-le...@python.org htt

[pypy-dev] Re: [hpy-dev] Re: Re: [Numpy-discussion] Better compatibility of the Python scientific/data stack with fast Python interpreters

2025-06-06 Thread matti picus via pypy-dev
On Fri, Jun 6, 2025 at 12:41 PM PIERRE AUGIER via pypy-dev wrote: > > Thanks for the advice. Interestingly, I can confirm that there was a clear > slowdown in the hpy-0.0.4 branch: fbfb93b991eb is indeed 3 times slower than > 5a77b3ed145a (which is as slow as current PyPy). > > $ hg log -r fbfb9

[pypy-dev] Re: [Numpy-discussion] Better compatibility of the Python scientific/data stack with fast Python interpreters

2025-05-02 Thread matti picus via pypy-dev
On Wed, Apr 30, 2025 at 3:30 PM Michał Górny wrote: > > Hello, > > I'd like to just add a few data points from my Gentoo experience. > ... > I'm sorry but I don't understand what you're referring to. Sure, PyPy > is not moving fast, but it definitely isn't dead. Sure, it sucks that > we're still

[pypy-dev] Re: Are the stdlib test.regrtest supposed to pass?

2025-02-27 Thread Matti Picus via pypy-dev
On 27/02/2025 22:05, Michał Górny wrote: On Thu, 2025-02-27 at 12:00 +0100, Miro Hrončok wrote: Hello PyPy folks. I have recently discovered that in Fedora, when building PyPy, we run test.regrtest but we don't make test failures terminate the build. ... I have examined the GitHub actions c

[pypy-dev] Bug fix release of v7.3.19

2025-02-26 Thread matti picus via pypy-dev
I just released a new version of PyPy, with three versions of the Python interpreter (2.7, 3.10, 3.11). This is our second release of python3.11, which should still be viewed as beta-quality. Please try it out. The complete release note is at https://doc.pypy.org/en/latest/release-v7.3.19.html Mat

[pypy-dev] Release of v7.3.18 with python2.7, 3.10, 3.11

2025-02-06 Thread Matti Picus via pypy-dev
I just released a new version of PyPy, with three versions of the Python interpreter (2.7, 3.10, 3.11). This is our first release of python3.11, which should be viewed as beta-quality. Please try it out and let me know how it works for you. Matti __

[pypy-dev] Re: Users of PyPy2.7 ?

2024-11-18 Thread matti picus via pypy-dev
PyPy, like CPython, contains no telemetry code. All we can go by is feedback we get directly from users, which is very limited. I don't think we have gotten a PyPy2.7 issue reported in quite a while. Matti ___ pypy-dev mailing list -- pypy-dev@python.org