unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: "Jakub Kądziołka" <kuba@kadziolka.net>,
	"Guix Devel" <guix-devel@gnu.org>,
	"Lars-Dominik Braun" <lars@6xq.net>
Subject: Re: [Python] pypy3 integration
Date: Mon, 27 Jul 2020 21:15:40 +0200	[thread overview]
Message-ID: <CAJ3okZ3bTnv1Aq=Cxkz6PtL4BQVaTSHx0Cbs+XN71z7ncB_Ziw@mail.gmail.com> (raw)
In-Reply-To: <878sf5z11c.fsf@gnu.org>

Hi,

On Mon, 27 Jul 2020 at 12:48, Ludovic Courtès <ludo@gnu.org> wrote:
> Lars-Dominik Braun <lars@6xq.net> skribis:
>
> >> pypy3 works somewhat well for me already in this regard:
> > indeed, you’re right.
> >
> > This will probably break for some packages, because python provides
> > Python 3.8 whereas pypy3 provides Python 3.6.  (They’ve always lagged
> > behind and given that we’re going towards 3.10, well…) One example are
> > packages depending on importlib.resources, which only became available
> > with Python 3.7. Unfortunately this includes the widely-used pytest (or
> > rather: its dependency python-pluggy).
> >
> > Also Python’s C ABI is not stable[1] and thus extensions compiled for 3.8
> > can fail in unpredictable ways with 3.6. And looking at python-numpy,
> > it seems they won’t even load.
>
> Also, what about .pyc files?  Does pypy create compatible .pyc files?

What do you mean by "compatible .pyc files"?

Well, the .pyc generated by CPython should be compatible with the ones
generated by Pypy, both VM targeting say Python 3.6.
But there is no necessary compatibility between .pyc of Python 3.6 and
Python 3.8, at least for CPython as Lars wrote.

CPython being the reference implementation, Pypy is always late.


> > So, does this justify creating pypy3-* packages?
>
> It probably does.  But do we want to mirror all the ‘python-’ packages,
> or just some of them?  It seems overkill to mirror all of them.

With the current situation, somehow you have to.  But...

> Perhaps we could have a package transformation option to turn a
> ‘python-build-system’ package into a pypy package?

...Yes it could be nice to be able to change the "package builder" of
the build-system.  (Obviously, without any guarantee that the build
would be correct for all combinatorial :-))
The issue is the same for emacs vs emacs-next, GCC versions (without
saying gcc vs clang ;-)), OCaml 4.07 vs OCaml 4.09 etc..
We already discussed this kind of issue when discussing "package parameters".


All the best,
simon


  reply	other threads:[~2020-07-27 19:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-19  8:27 [Python] pypy3 integration Lars-Dominik Braun
2020-07-20 11:17 ` zimoun
2020-07-20 19:16   ` Lars-Dominik Braun
2020-07-20 19:42 ` Jakub Kądziołka
2020-07-22  6:46   ` Lars-Dominik Braun
2020-07-22 10:39     ` zimoun
2020-07-27 10:48     ` Ludovic Courtès
2020-07-27 19:15       ` zimoun [this message]
2020-08-01  8:23         ` Lars-Dominik Braun
2020-07-22 10:34   ` zimoun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJ3okZ3bTnv1Aq=Cxkz6PtL4BQVaTSHx0Cbs+XN71z7ncB_Ziw@mail.gmail.com' \
    --to=zimon.toutoune@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=kuba@kadziolka.net \
    --cc=lars@6xq.net \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).