[pypy-commit] [Git][pypy/pypy][branch/default] add sysconfig.get_config_var('CONFINCLUDEPY') (issue 3866

2022-12-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: a32b0e1b by Matti Picus at 2022-12-10T21:16:13-05:00 add sysconfig.get_config_var('CONFINCLUDEPY') (issue 3866 - - - - - 1 changed file: - lib-python/2.7/sysconfig.py View it on Heptapod: https://foss.heptapod.net/pypy/p

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 9 commits: update to v3.8.16

2022-12-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 59185d23 by Matti Picus at 2022-12-07T06:41:15-05:00 update to v3.8.16 --HG-- branch : vendor/stdlib-3.8 - - - - - 61d7250a by Matti Picus at 2022-12-07T06:49:33-05:00 update to stdlib v3.8.16 --HG-- branch : py3.8 - - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: fix logic when not packaging DLLs

2022-12-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: f9f3998c by Matti Picus at 2022-12-09T08:10:22-05:00 fix logic when not packaging DLLs --HG-- branch : py3.8 - - - - - bbc8d929 by Renaud Blanch at 2022-12-09T08:06:09-05:00 only use pthread_jit_write_protect_np on arm64 + darw