[pypy-commit] [Git][pypy/pypy][branch/py3.7] limit pwd.getpwnam to str, issue 3624
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 Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/106f751add4e0d9efe614b0bebd75844ccb43bca -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/106f751add4e0d9efe614b0bebd75844ccb43bca You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: fix compilation on darwin
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/unixccompiler --HG-- branch : py3.9 - - - - - 2 changed files: - lib-python/3/distutils/unixccompiler.py - pypy/module/_posixsubprocess/_posixsubprocess.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4dee3757eb5e992580664f8750ccf8632b45098d...6c7f3750c382769e78280163f7972d1c8fa52b4f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4dee3757eb5e992580664f8750ccf8632b45098d...6c7f3750c382769e78280163f7972d1c8fa52b4f You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/default] exe target is self.exe_name not self.c_entryp
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/-/commit/94c2f0d2f69b36b6c3d808e9c9b15a1e8caa667f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/94c2f0d2f69b36b6c3d808e9c9b15a1e8caa667f You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/py3.9] virtualenv fails when window's dll is libpypy3.9-c.exe
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 changed file: - pypy/goal/targetpypystandalone.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e8f603da0932c35b84514658fb476d108fd521c6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e8f603da0932c35b84514658fb476d108fd521c6 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: fix _io warning type
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 itself --HG-- branch : py3.8 - - - - - 4 changed files: - pypy/module/_io/interp_io.py - pypy/module/_io/test/apptest_io.py - pypy/module/_socket/interp_socket.py - pypy/module/_socket/test/test_sock_app.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/311e7db7ace07b2e9b18e4150633fef693428b49...72c114c4dff202ce7d7a481af3d288742725a093 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/311e7db7ace07b2e9b18e4150633fef693428b49...72c114c4dff202ce7d7a481af3d288742725a093 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit