Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPy v7.3.12 release | PyPy #98

Open
utterances-bot opened this issue Jun 19, 2023 · 2 comments
Open

PyPy v7.3.12 release | PyPy #98

utterances-bot opened this issue Jun 19, 2023 · 2 comments
Labels

Comments

@utterances-bot
Copy link

PyPy v7.3.12 release | PyPy

https://www.pypy.org/posts/2023/06/pypy-v7312-release.html

@mattip mattip added the Comments label Jun 19, 2023 — with utterances
Copy link
Member

mattip commented Jun 19, 2023

It turns out there is a bug in the 3.10 release in sysconfig.py when probing the different stdlib schemes for osx_framework_user. Note the misplaced quote mark:

diff -r ba2e9a6c433e -r ae3a931895a8 lib-python/3/sysconfig.py
--- a/lib-python/3/sysconfig.py	Thu Jun 15 12:08:03 2023 +0300
+++ b/lib-python/3/sysconfig.py	Mon Jun 19 11:58:41 2023 +0300
@@ -108,7 +108,7 @@
             },
         'osx_framework_user': {
             'stdlib': '{userbase}/lib/{implementation_lower}',
-        '    platstdlib': '{userbase}/lib/{implementation_lower}',
+            'platstdlib': '{userbase}/lib/{implementation_lower}',
             'purelib': '{userbase}/lib/{implementation_lower}/site-packages',
             'platlib': '{userbase}/lib/{implementation_lower}/site-packages',
             'include': '{userbase}/include/{implementation_lower}{py_version_short}',

This was reported in issue 3954.

Copy link

When this will be integrated in conda-forge? and how can i use it in conda/mamba in the meantime?
Thanks for your beautiful work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants