[pypy-commit] [Git][pypy/pypy][branch/py3.8] 9 commits: enable hpy on win64

Carl Friedrich Bolz-Tereick foss at heptapod.net
Wed Feb 10 14:39:04 EST 2021



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


Commits:
600825ca by nulano at 2021-02-04T22:41:23+01:00
enable hpy on win64

--HG--
branch : win64-hpy

- - - - -
ec3dc569 by nulano at 2021-02-04T22:44:06+01:00
perform bounds check in HPyLong_AsLong and related functions when sizeof(Signed) > sizeof(long), i.e. on win64

--HG--
branch : win64-hpy

- - - - -
108bba67 by Matti Picus at 2021-02-05T08:25:53+02:00
document branch, fix lib-python tests for new syntax error

--HG--
branch : py3.7

- - - - -
7162d014 by Matti Picus at 2021-02-06T20:53:19+02:00
Merge win64-hpy which enables _hyp_universal on win64

--HG--
branch : py3.7

- - - - -
9fa81e2a by Matti Picus at 2021-02-09T20:04:50+02:00
CPython compatibility tweaks to _ssl

--HG--
branch : py3.7

- - - - -
92764d81 by Matti Picus at 2021-02-09T22:57:26+02:00
hang on to servername_callback handle (issue 3396)

--HG--
branch : py3.7

- - - - -
4c2786f1 by Carl Friedrich Bolz-Tereick at 2021-02-10T14:48:15+01:00
fix a nonsensical errormessage (introduced by myself in ef3c287b0add)

--HG--
branch : py3.7

- - - - -
745f2239 by Carl Friedrich Bolz-Tereick at 2021-02-10T15:00:52+01:00
stop emitting STORE_ANNOTATION

--HG--
branch : py3.7

- - - - -
30c52fec by Carl Friedrich Bolz-Tereick at 2021-02-10T20:38:25+01:00
merge py3.7

--HG--
branch : py3.8

- - - - -


13 changed files:

- lib-python/3/opcode.py
- lib-python/3/test/test_metaclass.py
- lib-python/3/test/test_syntax.py
- lib_pypy/_cffi_ssl/_stdssl/__init__.py
- lib_pypy/_cffi_ssl/_stdssl/error.py
- lib_pypy/_cffi_ssl/_stdssl/utility.py
- pypy/config/pypyoption.py
- pypy/doc/whatsnew-pypy3-head.rst
- pypy/interpreter/astcompiler/assemble.py
- pypy/interpreter/astcompiler/codegen.py
- pypy/interpreter/pyopcode.py
- pypy/interpreter/test/apptest_annotations.py
- pypy/module/_hpy_universal/interp_long.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/b7696b6f3030a2ea95925f070c572b436aeffa8c...30c52fec53f41aa37d157e7a697896b1256eb413

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b7696b6f3030a2ea95925f070c572b436aeffa8c...30c52fec53f41aa37d157e7a697896b1256eb413
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/20210210/64df7274/attachment.html>


More information about the pypy-commit mailing list