[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] PyPy bugfix release 7.3.13

2023-09-26 Thread Matti Picus
I am going to create a new release 7.3.13 to fix a problems in the conda feedstock. I improved the support for multiphase c-extension initialization immediately after the 7.3.12 release, and tried to merge pieces of it to the conda-forge feedstock but it has become too many patches to maintain.

[pypy-dev] PyPy v7.3.12rc2 release candidate available

2023-05-28 Thread Matti Picus
I have uploaded 3 versions of python: 2.7, 3.9, 3.10 (first time release) as the PyPy7.3.12rc2 release candidate. Release note: https://doc.pypy.org/en/latest/release-v7.3.12.html Downloads: https://downloads.python.org/pypy/ The aarch64 3.9 rc2 is missing, I am rebuilding it now. checksums: h

[pypy-dev] PyPy v7.3.12rc1 release candidate available

2023-05-12 Thread Matti Picus
I have uploaded 3 versions of python: 2.7, 3.9, 3.10 (first time release) as the PyPy7.3.12rc1 release candidate. Release note: https://doc.pypy.org/en/latest/release-v7.3.12.html Downloads: https://downloads.python.org/pypy/ checksums: https://www.pypy.org/checksums.html (once the site regen

[pypy-dev] PyPy v7.3.10 release candidate available

2022-11-23 Thread Matti Picus
I have uploaded 3 versions of python: 2.7, 3.8, 3.9 (no longer beta quality) as the first release candidate of PyPy7.3.10. They are named rc3 because I made mistakes when tagging the repo and did not want to change the tags. Release note: https://doc.pypy.org/en/latest/release-v7.3.10.html D

[pypy-dev] PyPy v7.3.9 was released

2022-03-29 Thread Matti Picus
I released PyPy v7.3.9. This is mainly a security update, but we also fixed a number of PyPy3.9 edge cases and cleaned up a performance regression. You can read more about it on blog post https://www.pypy.org/posts/2022/03/pypy-v738-release.html The downloads are at https://downloads.python.

[pypy-dev] PyPy Benchmarks

2022-03-09 Thread Aksam Lwanga
Am trying to run pypy benchmarks and I also wanted to pass jit as an argument to benchmark however have failed to achieve this. ./run_local.py /home/aksam/pypy/pypy-c --args=--jit=[options] such has failed .Any help provided will be helpful to me. regards Lwanga

Re: [pypy-dev] PYPY- Trace Limit

2022-03-07 Thread Matti Picus
On 7/3/22 22:19, Aksam Lwanga wrote: Am working  on a person project I would like to know how meta trace limit configured for pypy.any assistance needed is highly appreciated. On Mon, Mar 7, 2022, 3:43 PM Aksam Lwanga wrote: Hello , I would like to understand how to set pypy trace limit

Re: [pypy-dev] PYPY- Trace Limit

2022-03-07 Thread Aksam Lwanga
Am working on a person project I would like to know how meta trace limit configured for pypy.any assistance needed is highly appreciated. On Mon, Mar 7, 2022, 3:43 PM Aksam Lwanga wrote: > Hello , I would like to understand how to set pypy trace limit . Any link > available for use will highly

[pypy-dev] PYPY- Trace Limit

2022-03-07 Thread Aksam Lwanga
Hello , I would like to understand how to set pypy trace limit . Any link available for use will highly help me. ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] PyPy 7.3.8 release

2022-02-20 Thread Matti Picus
On 20/2/22 16:40, Alex Gaynor wrote: FYI there seems to be an issue with the formatting of the blog post: Alex Thanks Alex, fixed now. Matti ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] PyPy 7.3.8 release

2022-02-20 Thread Carl Friedrich Bolz-Tereick
On 20.02.22 06:36, Matti Picus wrote: I have released PyPy v7.3.8. Thanks to all who contributed and tested and for moving PyPy forward. Hi all, Matti and I have discussed that this is the last 3.7 release. We'll stop running 3.7 nightly and can merge directly from default to the py3.8 branch.

[pypy-dev] PyPy 7.3.8 release

2022-02-19 Thread Matti Picus
I have released PyPy v7.3.8. Thanks to all who contributed and tested and for moving PyPy forward. Matti ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] PyPy v7.3.8 rc2 now available

2022-02-11 Thread Matti Picus
PyPy v7.2.8 rc2 is now available for testing. Thanks to all who tried out rc1. There are a few bugfixes. The sys.version_info now also correctly reports This is a release of 4 versions of python: 2.7, 3.7, 3.8 (no longer beta) and 3.9 (beta quality). Release note: https://doc.pypy.org/en/la

Re: [pypy-dev] PyPy v7.3.8 rc1 now available

2022-01-26 Thread Miro Hrončok
On 27. 01. 22 0:03, Matti Picus wrote: This is a release of 4 versions of python: 2.7, 3.7, 3.8 (no longer beta) and 3.9 (beta quality). Release note: https://doc.pypy.org/en/latest/release-v7.3.8.html Downloads: https://downloads.python.org/pypy checksums: https://www.pypy.org/checksums.h

Re: [pypy-dev] PyPy v7.3.8 rc1 now available

2022-01-26 Thread Matti Picus
Downloads: https://downloads.python.org/pypy On 27/1/22 01:03, Matti Picus wrote: This is a release of 4 versions of python: 2.7, 3.7, 3.8 (no longer beta) and 3.9 (beta quality). Release note: https://doc.pypy.org/en/latest/release-v7.3.8.html Downloads: https:// checksums: https://www.

[pypy-dev] PyPy v7.3.8 rc1 now available

2022-01-26 Thread Matti Picus
This is a release of 4 versions of python: 2.7, 3.7, 3.8 (no longer beta) and 3.9 (beta quality). Release note: https://doc.pypy.org/en/latest/release-v7.3.8.html Downloads: https:// checksums: https://www.pypy.org/checksums.html As soon as the CDN network updates the https://downloads.p

[pypy-dev] PyPy 7.3.7 bugfix release

2021-10-25 Thread Matti Picus
I mistakenly added fields to the middle of PyDateTimeAPI and PyFrameObject between the 7.3.5 release and the 7.3.6 release. This broke the promise of ABI compatibility between all the 7.3.x releases for the python 3.7 version. Python 3.8 had a different problem connected with the values of IN

[pypy-dev] PyPy 7.3.6 has been released

2021-10-17 Thread Matti Picus
https://www.pypy.org/posts/2021/10/pypy-v736-release.html Thanks to all. Let the bug reports begin. The docs website release notice with the complete changelog https://doc.pypy.org/en/latest/release-v7.3.6.html The uploads are in place https://downloads.python.org/pypy/ The checksums are at

[pypy-dev] PyPy v7.3.6rc3

2021-10-12 Thread Matti Picus
Hot on the heels of rc2, tarballs for rc3 are up. I messed up the venv fixes, so now hopefully it is really fixed. Additionally, in the two days since rc2 the following were added to python3.8: - A bug when reporting import errors was fixed (issue 3573) - Performance for some of the quadrati

[pypy-dev] PyPy v7.3.6rc2

2021-10-06 Thread Matti Picus
Tarballs for the second release candidate for PyPy 7.3.6, with python2.7, python3.7 and python3.8 are available at https://downloads.python.org/pypy/. The checksums are available at https://www.pypy.org/checksums.html Thanks to all who tried out rc1 and reported problems, and special thanks t

Re: [pypy-dev] PyPy v7.3.6rc1 is available for testing

2021-09-14 Thread Yury V. Zaytsev
On Mon, 13 Sep 2021, Carl Friedrich Bolz-Tereick wrote: The speedup was achieved in relatively boring ways. In summary, nothing deep, lots of legwork. Hi Carl, Thank you very much for the summary, it was very interesting to read! Congratulations to the PyPy Team even (or even more so) if the

Re: [pypy-dev] PyPy v7.3.6rc1 is available for testing

2021-09-14 Thread Michał Górny
On Mon, 2021-09-13 at 18:21 +0300, Matti Picus wrote: > The release candidates for pypy v7.3.6rc1 for python2.7, python3.7, and > python3.8 are up. This is our first release of 3.8. This release also > includes a backend for HPy0.0.2 (may be upgraded to 0.0.3 by the final > release). This releas

Re: [pypy-dev] PyPy v7.3.6rc1 is available for testing

2021-09-13 Thread Carl Friedrich Bolz-Tereick
On 13.09.21 17:29, Yury V. Zaytsev wrote: On Mon, 13 Sep 2021, Matti Picus wrote: The release notice https://doc.pypy.org/en/latest/release-v7.3.6.html As always, edits are welcome. It would be very interesting to know, how the amazing translation speedup has been achieved (I hope not by remo

Re: [pypy-dev] PyPy v7.3.6rc1 is available for testing

2021-09-13 Thread Yury V. Zaytsev
On Mon, 13 Sep 2021, Matti Picus wrote: The release notice https://doc.pypy.org/en/latest/release-v7.3.6.html As always, edits are welcome. It would be very interesting to know, how the amazing translation speedup has been achieved (I hope not by removing the fractal rendering, right?), but

[pypy-dev] PyPy v7.3.6rc1 is available for testing

2021-09-13 Thread Matti Picus
The release candidates for pypy v7.3.6rc1 for python2.7, python3.7, and python3.8 are up. This is our first release of 3.8. This release also includes a backend for HPy0.0.2 (may be upgraded to 0.0.3 by the final release). This release has a number of enhancements and speed-ups, as well as the

Re: [pypy-dev] pypy tests on aarch64 musl libc

2021-04-19 Thread Matti Picus
On 19/4/21 1:12 pm, Thomas Liske wrote: Hi, I'm trying to contribute the packaging of pypy to Alpine Linux. I got the bootstrapping for x86 x86_64 and s390x working. On aarch64 two of the pypy tests are failing[1]: - TestLogParser.test - TestMicroNumPy.test_reduce_logical_and [1] https://g

Re: [pypy-dev] pypy tests on aarch64 musl libc

2021-04-19 Thread Michał Górny
On Mon, 2021-04-19 at 19:12 +0200, Thomas Liske wrote: > Hi, > > I'm trying to contribute the packaging of pypy to Alpine Linux. I got > the bootstrapping for x86 x86_64 and s390x working. > On aarch64 two of the pypy tests are failing[1]: > > - TestLogParser.test > - TestMicroNumPy.test_reduce_

[pypy-dev] pypy tests on aarch64 musl libc

2021-04-19 Thread Thomas Liske
Hi, I'm trying to contribute the packaging of pypy to Alpine Linux. I got the bootstrapping for x86 x86_64 and s390x working. On aarch64 two of the pypy tests are failing[1]: - TestLogParser.test - TestMicroNumPy.test_reduce_logical_and [1] https://gitlab.alpinelinux.org/liske/aports/-/jobs/3

[pypy-dev] PyPy v7.3.4 is out

2021-04-08 Thread Matti Picus
PyPy v7.3.4 is out. The release note is here https://doc.pypy.org/en/latest/release-v7.3.4.html The blog post should appear soon. The downloads are available on https://pypy.org/download.html or directly from https://downloads.python.org/pypy/ Now on to

Re: [pypy-dev] PyPy 7.3.4rc1 tarballs are up

2021-03-19 Thread PIERRE AUGIER
d Fortran. Pierre - Mail original - > De: "Matti Picus" > À: "pypy-dev" > Envoyé: Vendredi 19 Mars 2021 15:31:33 > Objet: [pypy-dev] PyPy 7.3.4rc1 tarballs are up > The first release candidate for PyPy7.3.4 is up at > https://downloads.python.org/pypy

[pypy-dev] PyPy 7.3.4rc1 tarballs are up

2021-03-19 Thread Matti Picus
The first release candidate for PyPy7.3.4 is up at https://downloads.python.org/pypy/. People using cibuildwheel or github actions to test PyPy should be able to use this in their test runs. The sha256 checksums can be found in the PR to the pypy.org web site at https://github.com/pypy/pypy.

[pypy-dev] PyPy 7.3.3rc2 release candidates

2020-11-18 Thread Matti Picus
I have uploaded release candidates for the second release candidate PyPy 7.3.3rc2 to https://buildbot.pypy.org/pypy/ The hashes can be found at https://foss.heptapod.net/pypy/pypy.org/-/blob/branch/default/pages/download_advanced.rst#id45 The draft release note is at https://doc.pypy.org/e

[pypy-dev] PyPy 7.3.3rc1 release candidates

2020-11-11 Thread Matti Picus
I have uploaded release candidates for PyPy 7.3.3rc1 to https://buildbot.pypy.org/pypy/ The hashes can be found at https://foss.heptapod.net/pypy/pypy.org/-/blob/branch/default/pages/download_advanced.rst#id45 The draft release note is at https://doc.pypy.org/en/latest/release-v7.3.3.html.

Re: [pypy-dev] pypy and pyproject.toml

2020-10-10 Thread wlavrijsen
Matti, Although implementation_version looks promising, it is defined as "sys.implementation.version" which is an alias to the python version. "implementation" is also not helpful. does pypy even have a sys.implementation? (My installation doesn't?) For now, I'm simply breaking the build envi

Re: [pypy-dev] Pypy on aarch64 (rhe7) has issues with bzip2-libs

2020-10-09 Thread Srinivasa Kempapura Padmanabha
Hi, I made everything work, I have extracted bzip and development packages of it to customized path and then set the LD path and also I have created symbolic link to libbz2.so.1 to 1.0.6 But, since we setup in customized path, we have to manual set the LD path which we are not supposed to do i

Re: [pypy-dev] Pypy on aarch64 (rhe7) has issues with bzip2-libs

2020-10-08 Thread Srinivasa Kempapura Padmanabha
Hi, Thank you so much for your response, I tried all methods including patchelf as well. But it din't help, hence initiated mail thread. However, I will also find if there is something else missing on my env. No, worries. Let me send you the complete details in sometime with snapshot but for

Re: [pypy-dev] Pypy on aarch64 (rhe7) has issues with bzip2-libs

2020-10-08 Thread Armin Rigo
Hi, On Thu, 8 Oct 2020 at 10:22, Srinivasa Kempapura Padmanabha wrote: > I think it's looking for /usr/lib64/libbz2.so.1.0.0 which I am not sure if > that's compatible It should be, if it differs only in the last digit. > I have created the symbolic link and yet idn't work Sorry, I can't help

Re: [pypy-dev] Pypy on aarch64 (rhe7) has issues with bzip2-libs

2020-10-08 Thread Srinivasa Kempapura Padmanabha
I think it's looking for /usr/lib64/libbz2.so.1.0.0 which I am not sure if that's compatible I have created the symbolic link and yet idn't work Srinivasa Kempapura Padmanabha | Staff Engineer Technology Operations Services Group Email & SFB & Teams: srike...@arm.com Mobile: +91 9980633788 Ba

Re: [pypy-dev] Pypy on aarch64 (rhe7) has issues with bzip2-libs

2020-10-08 Thread Armin Rigo
... ah, also the command given by matti has the arguments in the wrong order (I think). It should be sudo ln -s /usr/lib64/libbz2.so.1.0.6 /usr/lib64/libbz2.so.1.0 Armin ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/li

Re: [pypy-dev] Pypy on aarch64 (rhe7) has issues with bzip2-libs

2020-10-08 Thread Armin Rigo
Hi, On Thu, 8 Oct 2020 at 07:42, Srinivasa Kempapura Padmanabha wrote: > I am running on rhe7 aarch64, I tried but it din't work. You have to run `ldconfig` (without arguments, as root) for the system to pick up the new symlink. A bientôt, Armin ___ p

Re: [pypy-dev] Pypy on aarch64 (rhe7) has issues with bzip2-libs

2020-10-07 Thread Srinivasa Kempapura Padmanabha
Hi, I am running on rhe7 aarch64, I tried but it din't work. Regards, On 07/10/20, 10:16 PM, "Matti Picus" wrote: On 10/7/20 1:35 PM, Srinivasa Kempapura Padmanabha wrote: > > Hi, > > When I extract the pypy prebuild package as instructions provided in > the site. I

Re: [pypy-dev] pypy and pyproject.toml

2020-10-07 Thread Matti Picus
On 10/7/20 8:30 PM, wlavrij...@lbl.gov wrote: Does anyone know how to add a marker based on the PyPy version in a pyproject.toml file? Or, how else to enforce build dependencies for pip in the same way that can be done with t

[pypy-dev] pypy and pyproject.toml

2020-10-07 Thread wlavrijsen
Hi, pip 21 is (likely) going to drop the fallback of running `setup.py install` if wheels can not be build. I've been using that fallback b/c wheels are not installed immediately on completion and do not respect the dependency order for build-time, whereas `setup.py install` does. With a "pyproj

Re: [pypy-dev] Pypy on aarch64 (rhe7) has issues with bzip2-libs

2020-10-07 Thread Matti Picus
On 10/7/20 1:35 PM, Srinivasa Kempapura Padmanabha wrote: Hi, When I extract the pypy prebuild package as instructions provided in the site. I see that the binary fails to run ./bin/pypy3: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or

Re: [pypy-dev] Pypy on aarch64 (rhe7) has issues with bzip2-libs

2020-10-07 Thread Niklas B
gt; pypy-dev mailing list > pypy-dev@python.org <mailto:pypy-dev@python.org> > https://mail.python.org/mailman/listinfo/pypy-dev > <https://mail.python.org/mailman/listinfo/pypy-dev> ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] Pypy on aarch64 (rhe7) has issues with bzip2-libs

2020-10-07 Thread Srinivasa Kempapura Padmanabha
Hi, When I extract the pypy prebuild package as instructions provided in the site. I see that the binary fails to run ./bin/pypy3: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory We have installed bzip2 1.0.6 but still I see somewh

[pypy-dev] PyPy hpy branch workflow

2020-09-21 Thread Antonio Cuni
Hi pypy-dev (cc:ing hpy-dev), I have just merged the hpy branch into py3.6. This means that from now, pypy3.6 nightly builds will automatically support hpy, and it will be much easier for interested users to try it out. I propose the following workflow for continuing HPy development on PyPy: 1.

Re: [pypy-dev] pypy 3.6 and WinXP

2020-05-31 Thread Armin Rigo
Hi, On Fri, 29 May 2020 at 20:10, Joseph Jenne via pypy-dev wrote: > I don't have much experience with the windows side of pypy, especially > on XP, but I would suggest trying to compile for your system, as I do > not know of any reasons for incompatibility. That said, perhaps using a > somewhat

Re: [pypy-dev] pypy 3.6 and WinXP

2020-05-29 Thread Joseph Jenne via pypy-dev
Software Deployment solution that use Python as its packaging scripting language. Cheers, Denis [1] https://www.wapt.fr/en/doc/ ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.o

Re: [pypy-dev] pypy 3.6 and WinXP

2020-05-29 Thread Denis Cardon
Hi Joseph, Le 05/28/2020 à 10:56 PM, Joseph Jenne via pypy-dev a écrit : On 5/28/20 8:58 AM, Denis Cardon wrote: Hi everyone, sorry if this is not the best place to ask the question, feel free to forward me to a better place for this kind of question :-) I was wondering PyPy 3.6 is supposed t

Re: [pypy-dev] pypy 3.6 and WinXP

2020-05-29 Thread Armin Rigo
Hi Denis, On Thu, 28 May 2020 at 18:05, Denis Cardon wrote: > WinXP is actually still very common in industrial setups and it would be > great if it would work with PyPy as CPython has drop WinXP support after > 3.4. I see the point. If some parts of the industry want a modern version of Python

Re: [pypy-dev] pypy 3.6 and WinXP

2020-05-28 Thread Joseph Jenne via pypy-dev
On 5/28/20 8:58 AM, Denis Cardon wrote: Hi everyone, sorry if this is not the best place to ask the question, feel free to forward me to a better place for this kind of question :-) I was wondering PyPy 3.6 is supposed to run on WinXP SP3 32bit. Running the pypy3.exe says that it not a valid

[pypy-dev] pypy 3.6 and WinXP

2020-05-28 Thread Denis Cardon
Hi everyone, sorry if this is not the best place to ask the question, feel free to forward me to a better place for this kind of question :-) I was wondering PyPy 3.6 is supposed to run on WinXP SP3 32bit. Running the pypy3.exe says that it not a valid win32 app (but it runs fine on win7), l

Re: [pypy-dev] Pypy

2020-05-21 Thread Matti Picus
On 21/5/20 5:49 am, Valerij “Derad6709” Lebedev wrote: Hey sorry pls I can’t install builded nightly versions to my ubuntu... i tried to create symlink but pip (pypy3 -mpip install installing packages to the Python, not to pypy with symlink) could you help me, how can I install nigthly version

[pypy-dev] Pypy

2020-05-21 Thread Valerij “Derad6709” Lebedev
Hey sorry pls I can’t install builded nightly versions to my ubuntu... i tried to create symlink but pip (pypy3 -mpip install installing packages to the Python, not to pypy with symlink) could you help me, how can I install nigthly version at my ubuntu easily? Thank you 🙏 Sent from my iPhone__

[pypy-dev] Pypy

2020-05-10 Thread Callum Pallett
Dear sir/madam I'm having problems with pypy and would like some help. I have been using replicatorG-0040 on my 3d printer and it is struggling to use pypy as the interpritor. Thanks Callum Get Outlook for Android ___ pypy-dev ma

Re: [pypy-dev] PyPy 7.3.1 is out

2020-04-27 Thread c-yan
I am impressed with the very fast list comprehension in PyPy 7.3.1. Thanks to all the contributors. In the competitive programming world, list comprehension, recursive functions, and string concatenation were known as three slow problems of PyPy, but one of them has been broken. _

[pypy-dev] PyPy 7.3.1 is out

2020-04-10 Thread Matti Picus
Thanks to all who contributed. https://morepypy.blogspot.com/2020/04/pypy-731-released.html Matti ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] pypy 7.3.1 rc3 is available, please test it out

2020-04-06 Thread Matti Picus
I have uploaded rc3 of the upcoming pypy v7.3.1 to https://bitbucket.org/pypy/pypy/downloads/ The sha256 hashes are here https://www.pypy.org/download.html#checksums The release notice is here https://doc.pypy.org/en/latest/release-v7.3.1.html Please download the tarball and try it out: m

Re: [pypy-dev] pypy 7.3.1 rc1 is available, please test it out

2020-04-03 Thread Matti Picus
On 3/4/20 10:45 am, Matti Picus wrote: I have uploaded rc1 of the upcoming pypy v7.3.1 to https://bitbucket.org/pypy/pypy/downloads/ The sha256 hashes are here https://www.pypy.org/download.html#checksums The release notice is here https://doc.pypy.org/en/latest/release-v7.3.1.html Pleas

[pypy-dev] pypy 7.3.1 rc1 is available, please test it out

2020-04-03 Thread Matti Picus
I have uploaded rc1 of the upcoming pypy v7.3.1 to https://bitbucket.org/pypy/pypy/downloads/ The sha256 hashes are here https://www.pypy.org/download.html#checksums The release notice is here https://doc.pypy.org/en/latest/release-v7.3.1.html Please download the tarball and try it out: m

Re: [pypy-dev] pypy specific code flags DONT_IMPLY_DEDENT and SOURCE_IS_UTF8

2019-12-16 Thread Rocky Bernstein
Thanks - got it. Many thanks for the clarification. I reread and missed the part where you mentioned that those two flags are conflicts in CPython as well. I am sorry for my confusion there. (I'll ask CPython folks what's up if there is need). On Mon, Dec 16, 2019 at 6:05 AM Armin Rigo wrote:

Re: [pypy-dev] pypy specific code flags DONT_IMPLY_DEDENT and SOURCE_IS_UTF8

2019-12-16 Thread Armin Rigo
Hi Rocky, On Mon, 16 Dec 2019 at 11:57, Rocky Bernstein wrote: > > I did a little test, and for this program: > > # from 3.7 test_asyncgen.py > def test_async_gen_iteration_01(self): > async def gen(): > await awaitable() > a = yield 123 > > the 3.6 ASYNC_GENERATOR flag is ad

Re: [pypy-dev] pypy specific code flags DONT_IMPLY_DEDENT and SOURCE_IS_UTF8

2019-12-16 Thread Rocky Bernstein
I did a little test, and for this program: # from 3.7 test_asyncgen.py def test_async_gen_iteration_01(self): async def gen(): await awaitable() a = yield 123 the 3.6 ASYNC_GENERATOR flag is added in the code object created for "gen()" as 3.6 does. So I infer that flag 0x200

Re: [pypy-dev] pypy specific code flags DONT_IMPLY_DEDENT and SOURCE_IS_UTF8

2019-12-16 Thread Armin Rigo
Hi, On Mon, 16 Dec 2019 at 11:24, Rocky Bernstein wrote: > I have a cross-version Python bytecode disassembler xdis > (https://pypi.org/project/xdis/) and I notice that flags 0x0100 and 0x0200 > (DONT_IMPLY_DEDENT and SOURCE_IS_UTF8 respectively) conflict in Pypy 3.6 with > Python 3.6's ITERA

[pypy-dev] pypy specific code flags DONT_IMPLY_DEDENT and SOURCE_IS_UTF8

2019-12-16 Thread Rocky Bernstein
Hi - I have a cross-version Python bytecode disassembler xdis ( https://pypi.org/project/xdis/) and I notice that flags 0x0100 and 0x0200 (DONT_IMPLY_DEDENT and SOURCE_IS_UTF8 respectively) conflict in Pypy 3.6 with Python 3.6's ITERABLE_COROUTINE and ASYNC_GENERATOR. However in pypy3.6-7.2.0, i

[pypy-dev] Pypy - Numpy and Pandas version compatibility

2019-07-06 Thread JP B
Hi, New to Pypy, thanks very much! Trying to figure compatible versions of Numpy and Pandas that work with pypy. I dont know if Im reading it correctly, but from the packages I see that pypy is OK with numpy version 1.11.1. This is quite an old release from 2016 I believe. Is this the latest com

[pypy-dev] pypy 7.1.1 release tarballs are on bitbucket

2019-04-16 Thread Matti Picus
I uploaded tarballs to https://bitbucket.org/pypy/pypy/downloads/. Please try them, Since I tagged the release, if I messed up we will move to 7.1.2. The bug-fix release notice is also up http://doc.pypy.org/en/latest/release-v7.1.1.html, and the web

[pypy-dev] PyPy 7.1.1 candidate tarballs

2019-04-14 Thread Matti Picus
I would like to release a 7.1.1 bugfix. The release notice is here http://doc.pypy.org/en/latest/release-v7.1.1.html There are python3.6 tarballs available at http://buildbot.pypy.org/nightly/release-pypy3.6-v7.x/ with the prefix pypy-c-jit-96476-784b254d6699 and python2.7 tarballs available

Re: [pypy-dev] PyPy as micropython Replacement

2019-03-19 Thread Mark Melvin
OK. Thanks for the quick reply, Armin. Mark On Tue., Mar. 19, 2019, 12:01 p.m. Armin Rigo, wrote: > Hi Mark, > > On Tue, 19 Mar 2019 at 12:46, Mark Melvin wrote: > > I was wondering if PyPy would be a good candidate to create an embedded > distribution of Python similar to micropython. > > No,

Re: [pypy-dev] PyPy as micropython Replacement

2019-03-19 Thread Armin Rigo
Hi Mark, On Tue, 19 Mar 2019 at 12:46, Mark Melvin wrote: > I was wondering if PyPy would be a good candidate to create an embedded > distribution of Python similar to micropython. No, PyPy's minimal memory requirements are larger than CPython's. A bientôt, Armin. ___

[pypy-dev] PyPy as micropython Replacement

2019-03-19 Thread Mark Melvin
Hi All, I was wondering if PyPy would be a good candidate to create an embedded distribution of Python similar to micropython. Do you think it would be feasible to create an installation (stripped of things like Tkinter and other unneeded modules) that could execute with as little as say 2-4 MB o

[pypy-dev] pypy configured Cloud host

2019-03-18 Thread Sunil Guglani
Hi, I am facing issues in installing/configuring pypy with other libraries..Will you pls suggest any cloud hosting service provider, which gives pypy preconfigured environment? Thanks, Sunil ___ pypy-dev mailing list pypy-dev@python.org https://mail.pyt

Re: [pypy-dev] Pypy friendly to get pointer enclosed in python object ?

2019-03-17 Thread Stuart Axon via pypy-dev
Realised I should ask this on the CFFI list, apologies for the noise. On Saturday, March 16, 2019, 3:05:03 PM GMT, Stuart Axon wrote: PyCairo has a struct like `    typedef struct { |    PyObject_HEAD | | | cairo_t *ctx; | | |     PyObject *base; /* base object used to create co

[pypy-dev] Pypy friendly to get pointer enclosed in python object ?

2019-03-16 Thread Stuart Axon via pypy-dev
PyCairo has a struct like `    typedef struct { |    PyObject_HEAD | | | cairo_t *ctx; | | |     PyObject *base; /* base object used to create context, or NULL */ | |     } PycairoContext; ` And a #define that you can use to get pointer to ctx: `    #define PycairoContext_GET(obj) (((Pyc

[pypy-dev] PyPy 2.7 v7.0.0 on ARM HF

2019-02-19 Thread Jorge Herskovic
I use PyPy on a Raspberry Pi 3 to drive Octoprint - it's faster than using Python, and more entertaining. The lack of a v7 for ARM was frustrating, and I tried cross-compiling my own. All I found were the instructions for 2.4.0, and I adapted them the best I could. Unfortunately I couldn't hit the

[pypy-dev] PyPy 7.0.0 is out!

2019-02-11 Thread Antonio Cuni
== PyPy v7.0.0: triple release of 2.7, 3.5 and 3.6-alpha == The PyPy team is proud to release the version 7.0.0 of PyPy, which includes three different interpreters: - PyPy2.7, which is an in

Re: [pypy-dev] PyPy 7.0.0 release candidate

2019-02-07 Thread Armin Rigo
Re-hi, On Fri, 8 Feb 2019 at 00:33, Armin Rigo wrote: > getting "InvalidArgument: Invalid argument deadline" in a call to > hypothesis.settings() (rpython/conftest.py:14) and upgrading hypothesis > doesn't seem to help... My mistake, an old "hypothesis" kept being used. But the logic in rpython

Re: [pypy-dev] PyPy 7.0.0 release candidate

2019-02-07 Thread Armin Rigo
Hi Anto, On Thu, 7 Feb 2019 at 11:46, Antonio Cuni wrote: > I have uploaded all the packages for PyPy 7.0.0; the release is not yet > official and we still need to write the release announcement, but the > packages are already available here, for various platforms: It's unclear to me how you m

[pypy-dev] PyPy 7.0.0 release candidate

2019-02-07 Thread Antonio Cuni
Hi, I have uploaded all the packages for PyPy 7.0.0; the release is not yet official and we still need to write the release announcement, but the packages are already available here, for various platforms: https://bitbucket.org/pypy/pypy/downloads/ feel free to try them and please let me know if s

[pypy-dev] PyPy Winter Sprint + cpyext

2019-02-04 Thread Stefan Beyer
Hey everyone! Those of you who attended or followed one of the last two winter sprints in Leysin might know me, the others probably won't. I'm (still) a Master's student writing my thesis on PyPy's current issue with cross-heap cycles when using cpyext. The main point is, that they are not co

Re: [pypy-dev] PyPy Winter Sprint

2018-12-29 Thread Carl Friedrich Bolz-Tereick
On 29/12/2018 00:20, andy l wrote: Carl Friedrich, Thanks for the warm words and quick response. I have booked a bed at Backpackers Dusseldorf from the 3rd to the 9th of February. Please could you add me to the attendee list? Andrew Lawrence Done! see you in Feb. CF __

Re: [pypy-dev] PyPy Winter Sprint

2018-12-28 Thread andy l
gt;> Andrew Lawrence >> > _______ > pypy-dev mailing list > pypy-dev@python.org > https://mail.python.org/mailman/listinfo/pypy-dev > ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] PyPy Winter Sprint

2018-12-28 Thread Carl Friedrich Bolz-Tereick
Hi Andrew, Yes, the sprint is totally suitable for beginners! We usually give introductions and try to pair newcomers with more experienced developers. You'd be most welcome to join the sprint! Cheers, Carl Friedrich On December 28, 2018 12:51:03 PM GMT+01:00, andy l wrote: >Would the wint

[pypy-dev] PyPy Winter Sprint

2018-12-28 Thread andy l
Would the winter sprint be suitable for a beginner to attend? I previously submitted a couple of bug fixes and would like to work towards making a larger contribution. Cheers, Andrew Lawrence ___ pypy-dev mailing list pypy-dev@python.org https://mail.py

Re: [pypy-dev] pypy, vmprof and mpmath

2018-11-20 Thread Kris Kuhlman
Thank you for the suggestion. Using the —no-native option, both the test script and my original numerical integration script run under vmprof on pypy. Kris On Mon, Nov 19, 2018 at 1:12 PM Ronan Lamy wrote: > Le 17/11/18 à 15:39, Kris Kuhlman a écrit : > > I am using pypy to run numerical integ

Re: [pypy-dev] pypy, vmprof and mpmath

2018-11-19 Thread Ronan Lamy
Le 17/11/18 à 15:39, Kris Kuhlman a écrit : I am using pypy to run numerical integration calculations with the arbitrary precision library mpmath (http://mpmath.org). I am using pypy2-v6.0.0-osx64 and version 1.0 of mpmath (from github). I install mpmath with pypy and use the native (python on

[pypy-dev] pypy, vmprof and mpmath

2018-11-17 Thread Kris Kuhlman
I am using pypy to run numerical integration calculations with the arbitrary precision library mpmath (http://mpmath.org). I am using pypy2-v6.0.0-osx64 and version 1.0 of mpmath (from github). I install mpmath with pypy and use the native (python only) version; I am not using the gmp backend. I

Re: [pypy-dev] PyPy 3 for Windows 64-bit systems - no download link available

2018-10-28 Thread Matti Picus
> On +2018-10-27 11:55:11 -0700, wlavrij...@lbl.gov wrote: as I'm struggling with Windows at the moment, I may have an answer ... I find that for CPython3, sys.maxsize is (2**31)-1 on 32-bits Python and (2**63)-1 for 64-bits Python builds. With sys.maxint being a Python2 thing, it may be differen

Re: [pypy-dev] PyPy 3 for Windows 64-bit systems - no download link available

2018-10-28 Thread Bengt Richter
On +2018-10-27 11:55:11 -0700, wlavrij...@lbl.gov wrote: > Hi, > > On Mon, 22 Oct 2018, Barry wrote: > > > On 21 Oct 2018, at 19:04, Armin Rigo wrote: > > > On Sun, 21 Oct 2018 at 16:47, Barry Scott wrote: > > > > How odd. sys.maxint on macOS and Fedora is (2**63)-1 not (2**31)-1. > > > That's b

Re: [pypy-dev] PyPy 3 for Windows 64-bit systems - no download link available

2018-10-27 Thread wlavrijsen
Hi, On Mon, 22 Oct 2018, Barry wrote: On 21 Oct 2018, at 19:04, Armin Rigo wrote: On Sun, 21 Oct 2018 at 16:47, Barry Scott wrote: How odd. sys.maxint on macOS and Fedora is (2**63)-1 not (2**31)-1. That's because MacOS and Fedora are not Windows. Do you why windows is unique in this respec

Re: [pypy-dev] PyPy 3 for Windows 64-bit systems - no download link available

2018-10-23 Thread Janzert
On 10/22/2018 17:13, Barry wrote: On 21 Oct 2018, at 19:04, Armin Rigo wrote: Hi, On Sun, 21 Oct 2018 at 16:47, Barry Scott wrote: On 19 Oct 2018, at 11:26, Armin Rigo wrote: PyPy is not available for 64-bit Windows. How odd. sys.maxint on macOS and Fedora is (2**63)-1 not (2**31)-1.

Re: [pypy-dev] PyPy 3 for Windows 64-bit systems - no download link available

2018-10-22 Thread Matti Picus
On 23/10/18 12:13 am, Barry wrote: On 21 Oct 2018, at 19:04, Armin Rigo wrote: Hi, On Sun, 21 Oct 2018 at 16:47, Barry Scott wrote: On 19 Oct 2018, at 11:26, Armin Rigo wrote: PyPy is not available for 64-bit Windows. How odd. sys.maxint on macOS and Fedora is (2**63)-1 not (2**31)-1.

Re: [pypy-dev] PyPy 3 for Windows 64-bit systems - no download link available

2018-10-22 Thread aidanlaksh...@gmail.com
OS and Fedora is (2**63)-1 not (2**31)-1. >> >> That's because MacOS and Fedora are not Windows. > > Do you why windows is unique in this respect? > > Barry > >> >> Armin >> > _______ > pypy-dev mai

Re: [pypy-dev] PyPy 3 for Windows 64-bit systems - no download link available

2018-10-22 Thread Barry
> On 21 Oct 2018, at 19:04, Armin Rigo wrote: > > Hi, > > On Sun, 21 Oct 2018 at 16:47, Barry Scott wrote: >>> On 19 Oct 2018, at 11:26, Armin Rigo wrote: >>> PyPy is not available for 64-bit Windows. >> >> How odd. sys.maxint on macOS and Fedora is (2**63)-1 not (2**31)-1. > > That's bec

Re: [pypy-dev] PyPy 3 for Windows 64-bit systems - no download link available

2018-10-21 Thread Armin Rigo
Hi, On Sun, 21 Oct 2018 at 16:47, Barry Scott wrote: > > On 19 Oct 2018, at 11:26, Armin Rigo wrote: > > PyPy is not available for 64-bit Windows. > > How odd. sys.maxint on macOS and Fedora is (2**63)-1 not (2**31)-1. That's because MacOS and Fedora are not Windows. Armin ___

Re: [pypy-dev] PyPy 3 for Windows 64-bit systems - no download link available

2018-10-21 Thread Barry Scott
> On 19 Oct 2018, at 11:26, Armin Rigo wrote: > > Hi, > > On Fri, 19 Oct 2018 at 12:23, wrote: >> It will not run with PyPy https://pypy.org/download.html on Windows, because >> there are only 32-bit PyPy installs for Windows available > > PyPy is not available for 64-bit Windows. See > ht

Re: [pypy-dev] PyPy 3 for Windows 64-bit systems - no download link available

2018-10-19 Thread Armin Rigo
Hi, On Fri, 19 Oct 2018 at 12:23, wrote: > It will not run with PyPy https://pypy.org/download.html on Windows, because > there are only 32-bit PyPy installs for Windows available PyPy is not available for 64-bit Windows. See http://doc.pypy.org/en/latest/windows.html#what-is-missing-for-a-ful

[pypy-dev] PyPy 3 for Windows 64-bit systems - no download link available

2018-10-19 Thread norbert . raimund . leisner
Hello support-team, it is a computerchess-related topic e.g. running Python 0.99.3 https://github.com/pychess/pychess/releases/download/0.99.3/pychess-engine-20180928.pyz outsite its own graphical user interface https://github.com/pychess/pychess/releases/download/0.99.3/pychess-0.99.3-win32.ms

  1   2   3   4   5   6   7   8   9   10   >