Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy

Commits:
5f1da25b by Matti Picus at 2020-03-18T19:56:25+02:00
backport change for post-msvc2010 compiler versions

- - - - -
fbdfa357 by Carl Friedrich Bolz-Tereick at 2020-03-18T19:12:27+01:00
another exposed constant

--HG--
branch : py3.7

- - - - -
6f779c80 by Matti Picus at 2020-03-19T07:52:40+02:00
fix ad2e90e9a6b6

- - - - -
9f8a11f5 by Matti Picus at 2020-03-20T00:48:58+02:00
venv uses Scripts now on win32

- - - - -
155c6a23 by Matti Picus at 2020-03-20T12:01:29+02:00
support for universal runtime in tests

- - - - -
1a2fd0cf by Armin Rigo at 2020-03-20T16:35:02+01:00
When not translated, restore the state of the emulated GIL even if we get a
NotImplementedError

- - - - -
a5f527f0 by Armin Rigo at 2020-03-20T16:39:01+01:00
Don't let a test that fails to re-acquire the emulated GIL crash all the 
future
tests run in the same session

- - - - -
c9457fe0 by Armin Rigo at 2020-03-20T17:22:59+01:00
oops. That looks a lot like a typo from 263ac72641a2

- - - - -
392fff14 by Carl Friedrich Bolz-Tereick at 2020-03-20T17:45:18+01:00
another missing constant

- - - - -
b69e2f18 by Carl Friedrich Bolz-Tereick at 2020-03-20T17:46:51+01:00
expose an siphash24_with_key that works roughly like _Py_KeyedHash (needed for
3.7)

- - - - -
c2aeb6c6 by Carl Friedrich Bolz-Tereick at 2020-03-20T17:47:35+01:00
implement _imp.source_hash

--HG--
branch : py3.7

- - - - -
fb599b5f by Carl Friedrich Bolz-Tereick at 2020-03-20T17:55:11+01:00
merge default

--HG--
branch : py3.7

- - - - -


11 changed files:

- pypy/module/_multiprocessing/interp_semaphore.py
- pypy/module/imp/interp_imp.py
- pypy/module/imp/moduledef.py
- pypy/module/imp/test/test_app.py
- rpython/conftest.py
- rpython/rlib/_rsocket_rffi.py
- rpython/rlib/rgil.py
- rpython/rlib/rsiphash.py
- rpython/rlib/test/test_rsiphash.py
- rpython/rtyper/lltypesystem/ll2ctypes.py
- rpython/rtyper/lltypesystem/rffi.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/6103f3c76cf0e6788b271bdae7b50a41d87fe714...fb599b5f2ab8a0089cefe040e6da420b9a0872e1

---
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/6103f3c76cf0e6788b271bdae7b50a41d87fe714...fb599b5f2ab8a0089cefe040e6da420b9a0872e1
You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to