[pypy-commit] [Git][pypy/pypy][branch/py3.7-win64-hash] 18 commits: backport rpython changes from py3.7-winreg

nulano foss at heptapod.net
Mon Dec 28 12:16:43 EST 2020



nulano pushed to branch branch/py3.7-win64-hash at PyPy / pypy


Commits:
17559cd2 by Matti Picus at 2020-12-25T16:12:58+02:00
backport rpython changes from py3.7-winreg

- - - - -
90e062d3 by Matti Picus at 2020-12-26T19:12:02+02:00
fix 64-bit windows translation (nulano)

- - - - -
67503f9b by Matti Picus at 2020-12-26T23:30:57+02:00
hack at app_main and importing of types until test_proper_sys_path passes on windows

- - - - -
899cabcb by Matti Picus at 2020-12-27T00:08:26+02:00
merge default into branch

--HG--
branch : py3.7

- - - - -
8aeaf81b by Matti Picus at 2020-12-27T07:11:16+02:00
fix translation

- - - - -
fa41f1d7 by Matti Picus at 2020-12-27T07:30:56+02:00
fix test, since importing re no longer imports types (via copy_reg)

- - - - -
c1d6dc1a by Matti Picus at 2020-12-27T10:36:30+02:00
remove setrecursionlimit call from a535e6deaf20 in 2015

It causes a crash when running tests with pypy2.7 7.3.3 on windows

--HG--
branch : py3.7

- - - - -
174c867f by Matti Picus at 2020-12-27T11:50:04+02:00
adapt test to windows, verify it passes with -A --python=cpython37

--HG--
branch : py3.7

- - - - -
7b90ba6a by Matti Picus at 2020-12-27T13:47:49+02:00
use original path name in exception, like CPython

--HG--
branch : py3.7

- - - - -
5c21b9f7 by Matti Picus at 2020-12-27T15:11:24+02:00
test, fix for NULL input to PyLong_AsUnsignedLongLongMask

--HG--
branch : py3.7

- - - - -
253c306a by Matti Picus at 2020-12-27T15:32:00+02:00
fix failing site.py test

--HG--
branch : py3.7

- - - - -
e64b4e09 by Matti Picus at 2020-12-27T12:53:03+02:00
revert a8cc02f18573 and make it non-windows only

--HG--
branch : py3.7

- - - - -
be6432bf by Matti Picus at 2020-12-28T09:39:40+02:00
wrap mavcrt.get_osfhandle with FdValidator (removed in the FdValidator refactoring)

- - - - -
55f49463 by Matti Picus at 2020-12-28T11:13:13+02:00
merge heads

--HG--
branch : py3.7

- - - - -
5cd23165 by Matti Picus at 2020-12-28T11:15:06+02:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -
b87ea8c0 by Matti Picus at 2020-12-28T16:56:35+02:00
tweak test which seems to timeout when run with pypy as untranslated host

--HG--
branch : py3.7

- - - - -
51f5e93a by Matti Picus at 2020-12-28T18:27:40+02:00
bpo 28732 - Raise ValueError when argv[0] of execv and friends is empty

--HG--
branch : py3.7

- - - - -
b9c6e26c by nulano at 2020-12-28T18:16:24+01:00
Merge py3.7 into branch

--HG--
branch : py3.7-win64-hash

- - - - -


16 changed files:

- lib-python/3/site.py
- lib-python/3/sysconfig.py
- lib_pypy/msvcrt.py
- pypy/conftest.py
- pypy/module/__builtin__/app_inspect.py
- pypy/module/__pypy__/interp_magic.py
- pypy/module/__pypy__/moduledef.py
- pypy/module/__pypy__/test/test_magic.py
- pypy/module/cpyext/api.py
- pypy/module/cpyext/longobject.py
- pypy/module/cpyext/test/test_longobject.py
- pypy/module/cpyext/unicodeobject.py
- pypy/module/imp/test/test_import.py
- pypy/module/posix/interp_posix.py
- pypy/module/posix/test/test_posix2.py
- pypy/module/thread/test/test_thread.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/fc4d85483fc56a9c2560267bf97ad587200103be...b9c6e26c1571453df742a160ee905845dac63f83

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fc4d85483fc56a9c2560267bf97ad587200103be...b9c6e26c1571453df742a160ee905845dac63f83
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20201228/e77443c7/attachment.html>


More information about the pypy-commit mailing list