[pypy-dev] Re: The certificate for www.pypy.org is invalid

2022-09-12 Thread Matt Billenstein via pypy-dev
3/lists/pypy-dev.python.org/ > Member address: m...@vazor.com -- Matt Billenstein m...@vazor.com https://vazor.com ___ pypy-dev mailing list -- pypy-dev@python.org To unsubscribe send an email to pypy-dev-le...@python.org https://mail.python.org/mailman3/list

[pypy-dev] Re: buildbot master upgrade to support python3 workers?

2022-04-06 Thread Matt Billenstein via pypy-dev
On Wed, Apr 06, 2022 at 10:57:13AM +0300, Matti Picus wrote: > On 6/4/22 00:59, Matt Billenstein via pypy-dev wrote: > > > Hi, python2 is really long in the tooth - when are we planning to upgrade > > the > > buildbot master? I cannot install python2 from homebrew on m

[pypy-dev] Re: buildbot master upgrade to support python3 workers?

2022-04-05 Thread Matt Billenstein via pypy-dev
On Tue, Apr 05, 2022 at 09:59:24PM +, Matt Billenstein via pypy-dev wrote: > Hi, python2 is really long in the tooth - when are we planning to upgrade the > buildbot master? I cannot install python2 from homebrew on macos any longer, > the system python2 is really really old... N

[pypy-dev] buildbot master upgrade to support python3 workers?

2022-04-05 Thread Matt Billenstein via pypy-dev
Hi, python2 is really long in the tooth - when are we planning to upgrade the buildbot master? I cannot install python2 from homebrew on macos any longer, the system python2 is really really old... thx m -- Matt Billenstein m...@vazor.com http://www.vazor.com

[pypy-dev] macos buildbot offline for a few days

2021-11-11 Thread Matt Billenstein via pypy-dev
Starting tomorrow morning PST, I'm moving, so it should be back sometime Saturday evening or perhaps Monday if I have trouble with the internet self-install. thx m -- Matt Billenstein m...@vazor.com http://www.vazor.com/ ___ pypy-dev mailing

Re: [pypy-dev] help building pypy

2020-09-01 Thread Matt Billenstein via pypy-dev
build-related files in the branch are still intended for pypy > version < 3. You need pypy2 to build pypy. m -- Matt Billenstein m...@vazor.com http://www.vazor.com/ ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] macos buildbot offline

2020-08-06 Thread Matt Billenstein via pypy-dev
And we're back... m On Tue, Jul 07, 2020 at 09:04:55AM -0700, Matt Billenstein wrote: > I won't have physical access to this machine until mid-August now, so it > probably won't be available again until then. > > m > -- Matt Billenstein m...@

Re: [pypy-dev] macos buildbot offline

2020-07-08 Thread Matt Billenstein via pypy-dev
h/default/README_BUILDSLAVE Here's the script I use to bootstrap the worker - note a few requirements in homebrew in the comments: https://gist.github.com/mattbillenstein/944a1ce60e8522405ecd014f651fe21c m -- Matt Billenstein m...@vazor.com http://www.vazor.com/ __

[pypy-dev] macos buildbot offline

2020-07-07 Thread Matt Billenstein via pypy-dev
I won't have physical access to this machine until mid-August now, so it probably won't be available again until then. m ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] help needed: libffi and recent macOS

2020-06-01 Thread Matt Billenstein via pypy-dev
F4-3613-89A4-5F822BD92AA9> /private/tmp/usession-unknown-35/build/mattb/bin/../lib/libffi.dylib Trying to commit changes to make_portable.py -- I cloned the pypy repo, but getting stuck at 'hg topic issue3240' -- do I need a newer version of mercurial

Re: [pypy-dev] help needed: libffi and recent macOS

2020-05-31 Thread Matt Billenstein via pypy-dev
or to at least bundle libffi.dylib so the runtime loader could find > it > > or > > - to statically link libffi.a when building PyPY. > > Thanks, > > Matti > > > > [0] https://foss.heptapod.net/pypy/pypy/issues/3229. > -- Matt Billenstein

Re: [pypy-dev] help needed: libffi and recent macOS

2020-05-31 Thread Matt Billenstein via pypy-dev
On Sun, May 31, 2020 at 11:39:31PM +0200, Yury V. Zaytsev wrote: > On Sun, 31 May 2020, Matt Billenstein via pypy-dev wrote: > > > I think if you want to ship portable binary packages, they should be > > self-contained - you can't really know what Apple is going to inc

Re: [pypy-dev] help needed: libffi and recent macOS

2020-05-31 Thread Matt Billenstein via pypy-dev
various Linux distros as well - you can't know what version of the various dependencies is going to be installed. m -- Matt Billenstein m...@vazor.com http://www.vazor.com/ ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Scipy install/build fails

2020-04-07 Thread Matt Billenstein via pypy-dev
/usr/local/pypy3-7.3.1 > > > > I’m getting the following error when I try to create a virtual > > environment: > > > > % virtualenv -p /usr/local/pypy3-3.7.1/bin/pypy3 I prefer pypy -m venv foo -- No telling where the virtualenv on your pat

Re: [pypy-dev] Making the most of internal UTF8

2020-02-27 Thread Matt Billenstein via pypy-dev
use strings in places that need bytes... I think the time where you could work just in ascii is pretty much gone -- even in the US, people use emoji all over the place now, and you can only store such things using some form of unicode. m -- Matt Billenstein m...@vazor.com http://www.va

Re: [pypy-dev] Making the most of internal UTF8

2020-02-26 Thread Matt Billenstein via pypy-dev
accept bytes as strings. So in python3, you don't need 'u' and you only occasionally need 'b' or to convert between the two. The defaults are generally better for the programming most people do imo. m -- Matt Billenstein m...@vazor.com http://www.vazor.com/

[pypy-dev] Taking billenstein-sierra buildbot offline

2019-11-05 Thread Matt Billenstein
It's a laptop with the infamous "battery swelling" issue - should have it back online next week. m -- Matt Billenstein m...@vazor.com http://www.vazor.com/ ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Python 2 vs Python 3 again, and a 2.x-only dependency

2019-07-15 Thread Matt Billenstein
r dependencies > dropping 2.x, that might not be enough. > > Thanks for Pypy, BTW.� I really like it a lot. > > > > ___ > pypy-dev mailing list > pypy-dev@python.org > https

Re: [pypy-dev] Is pypy 3.5 7.0 available on raspberry pi?

2019-06-25 Thread Matt Billenstein
Fwiw, here's the build script I used: https://gist.github.com/mattbillenstein/21811731d24403eb5e805f7342d35378 m On Tue, Jun 25, 2019 at 11:25:20PM +0000, Matt Billenstein wrote: > Hi all, > > You can rent aarch64 hardware on ec2 now - I built pypy3 7.1.1 on an a1.large >

Re: [pypy-dev] Is pypy 3.5 7.0 available on raspberry pi?

2019-06-25 Thread Matt Billenstein
supported. > We are exploring options for someone to host a aarch64 build machine > that can run a 32-bit chroot, which seems to be the best alternative. > Help sponsoring such work would be welcome. > > > Matti -- Matt Billenstein m...@vazor.com http://www.vazor.com/ ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Why is pypy slower?

2019-02-13 Thread Matt Billenstein
ing functions (e.g., removing accents) didn't > help either. > > I haven't been able to find good examples of people using multiprocessing or > pypy for XML processing, perhaps this is why. > > Thank you all for the suggestions! > > > >

Re: [pypy-dev] how to build from source pypy-3

2019-01-19 Thread Matt Billenstein
Try building from source tarball, I’ve used this some time ago on arch: https://github.com/mattbillenstein/ve/blob/master/pkgs/available/pypy3.sh M -- Matt Billenstein m...@vazor.com > On Jan 19, 2019, at 6:48 AM, Alexander Merkulov wrote: > > hi > i need pypy compatible to pytho

Re: [pypy-dev] https pypy.org has got an invalid certificate now

2018-06-08 Thread Matt Billenstein
A very simple tool i built a couple years ago - it’ll send you an email if the cert on a given domain is less than 10 days from expiring: https://ismycertexpired.com/check?domain=Pypy.org M -- Matt Billenstein m...@vazor.com > On Jun 8, 2018, at 1:07 PM, Alex Gaynor wrote: > > A

Re: [pypy-dev] Preheating pypy

2018-03-21 Thread Matt Billenstein
On Wed, Mar 21, 2018 at 09:06:20AM +0100, Nagy, Attila wrote: > On 03/18/2018 11:14 PM, Matt Billenstein wrote: > > Seems you need to just trigger whatever heuristic causes the JIT to run on > > the > > interesting codepaths during application startup. > > > > W

Re: [pypy-dev] Preheating pypy

2018-03-18 Thread Matt Billenstein
e > operating system's COW semantics could work for the JIT-ed code too. > > Is there a way to achieve this? > > Thanks, > > ___ > pypy-dev mailing list > pypy-dev@python.org > https://mail.python.org/mailman/listinfo/pypy-

Re: [pypy-dev] pypy 5.10 release

2018-01-03 Thread Matt Billenstein
both PyPy and CPython statically link to OpenSSL > > In linux, PyPy and CPython use the platform OpenSSL. > > On macosx, _ssl cffi (as of the first release v5.10) uses a > statically-linked LibreSSL with a patch for python3, and on python2 > AFAICT both CPython and PyPy use a p

Re: [pypy-dev] pypy 5.10 release

2018-01-03 Thread Matt Billenstein
On Wed, Jan 03, 2018 at 07:06:13PM -0500, Alex Gaynor wrote: >pyca/cryptography issues a new release on all platforms for any OpenSSL >security releases. Yeah, but that's part of the library ecosystem -- not really an end product? m -- Matt Billenstein m...@vaz

Re: [pypy-dev] pypy 5.10 release

2018-01-03 Thread Matt Billenstein
known security >issues. To a degree correct? I don't know if everyone who bundles ships every point release, but, if it's heartbleed all over again, you need to cut a new release. m -- Matt Billenstein m...@vazor.com http://www.vazor.com/ ___

Re: [pypy-dev] pypy 5.10 release

2018-01-03 Thread Matt Billenstein
6-12 months and using the latest point release for a new pypy release is probably a good plan. m -- Matt Billenstein m...@vazor.com http://www.vazor.com/ ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] pypy 5.10 release

2018-01-02 Thread Matt Billenstein
what Apple might do with these ssl/ffi libs in the future. m -- Matt Billenstein m...@vazor.com http://www.vazor.com/ ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] pypy 5.10 release

2018-01-02 Thread Matt Billenstein
rt perhaps Sierra (10.12) and newer. m -- Matt Billenstein m...@vazor.com http://www.vazor.com/ ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] pypy 5.10 release

2018-01-02 Thread Matt Billenstein
6071&bpli=1 > We need someone who uses that OS and knows how to fix it to help us out. > Any ideas? SInce the same buildslave creates our pypy2 binaries as well, > I guess the problem occurs there too. > If anyone can help out, please issue a pull request