marvin_ has quit [Remote host closed the connection]
marvin has joined #pypy
lazka has joined #pypy
lritter has joined #pypy
<mattip>
the aggregate went up to 4.6 on speed.pypy.org for pypy3.9
<mattip>
"go" and "spitfire2" show a significant speedup
<LarstiQ>
due to the faster dict.copy?
<cfbolz>
The argument fixes
<cfbolz>
Dict copies aren't merged yet
Guest27 has joined #pypy
<Guest27>
hello. on list PyPy-3.9 nightly, it seems i have an issue to get "pypy3.exe -m ensurepip" working, on windows. is it possible ?
<Guest27>
i get a No such file or directory: 'C:\\WinP\\bd39\\budotPyPy\\WPy64-39120a2\\pypy3.9-v7.3.10a0-win64\\Lib\\ensurepip\\_bundled\\pip-22.0.4-py3-none-any.whl'
<Guest27>
but it is pip-21.2.4-py3-none-any.whl that is in the "_bundled"
<Guest27>
the "_PIP_VERSION" in _PIP_VERSION = "22.0.4"
<Guest27>
in the __init__.py above seems not consistent with the payload
<cfbolz>
Guest27: hi! it's not a known issue, as far as I'm aware
<cfbolz>
Guest27: that's a nightly build, right?
<Guest27>
it was pypy-c-jit-105209-caa2915dcf05-win64.zip
<Guest27>
it seems to work if I unzip/add pip-22.0.4-py3-none-any.whl in _bundled, then re-zip