[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53642] [PATCH] gnu: oil: Update to 0.9.7.
From: |
Felix Gruber |
Subject: |
[bug#53642] [PATCH] gnu: oil: Update to 0.9.7. |
Date: |
Wed, 2 Feb 2022 22:17:02 +0000 |
Hi Ludo’,
On 2/2/22 18:15, Ludovic Courtès wrote:
Oil seems to include a bundled copy of CPython. Could you check if we
can remove it and use our Python package instead?
It seems that the CPython bundled with oil is heavily modified.
I've found this old blog post [1] that describes what was modified in
the bundled CPython. Apparently, those parts of CPython that are not
used by oil have been removed and the build system has been replaced by
a custom one. This will probably make it quite complicated to replace
the bundled CPython with ours.
[1] https://www.oilshell.org/blog/2017/05/05.html
Kind regards,
Felix