guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#44656] [PATCH] Upgrade pypy3


From: Lars-Dominik Braun
Subject: [bug#44656] [PATCH] Upgrade pypy3
Date: Fri, 6 Aug 2021 16:43:59 +0200

Hello Maxim,

that’s answered quickly:

> does it require its own .pyc files?
Yes, .pyc files are implementation-dependent, as their name suggests
(module.implementation-version.pyc).

> Does it dismiss CPython's produced ones?
It won’t look at them.

> Can we not point it to consume our existing Python libraries (it's
> different sys.path suggest differently), etc.)
Technically plain Python modules should “just work”, but C extensions
must be recompiled, so usually it’s safer to run setup.py using PyPy and
install into a PyPy-specific site-modules.

Cheers,
Lars






reply via email to

[Prev in Thread] Current Thread [Next in Thread]