Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
106f751a by Matti Picus at 2021-12-28T10:52:40+02:00
limit pwd.getpwnam to str, issue 3624
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/module/pwd/interp_pwd.py
- pypy/module/pwd/test/test_pwd.py
View it on Hept
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
0f29ffb0 by Matti Picus at 2021-12-28T19:38:54+02:00
fix compilation on darwin
--HG--
branch : py3.9
- - - - -
6c7f3750 by Matti Picus at 2021-12-29T10:13:00+02:00
reduce diff to cpython: remove darwin gcc flags in distutils/un
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
94c2f0d2 by Matti Picus at 2021-12-29T13:50:21+02:00
exe target is self.exe_name not self.c_entryp
- - - - -
1 changed file:
- rpython/translator/driver.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commi
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
e8f603da by Matti Picus at 2021-12-29T10:34:27+02:00
virtualenv fails when window's dll is libpypy3.9-c.exe
revert this when https://github.com/pypa/virtualenv/issues/2260 is resolved
--HG--
branch : py3.9
- - - - -
1 change
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
7647cbce by Matti Picus at 2021-12-29T23:36:29+02:00
fix _io warning type
--HG--
branch : py3.8
- - - - -
72c114c4 by Matti Picus at 2021-12-30T00:27:32+02:00
in socket.socket(fileno=fileno), fileno must be an int not fid itsel