Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
367aad7c by Matti Picus at 2020-12-09T13:10:35+02:00
document merged branch, add rc1 to versions.json and improve test
- - - - -
3 changed files:
- pypy/doc/whatsnew-head.rst
- pypy/tool/release/check_versions.py
- pypy/too
Simon Cross pushed to branch branch/hpy-update-to-2829a0d at PyPy / pypy
Commits:
0d6ab8c9 by Simon Cross at 2020-12-09T22:41:14+02:00
Small update of vendored hpy to 22a05e8.
--HG--
branch : hpy-update-to-2829a0d
- - - - -
b43a8a8c by Simon Cross at 2020-12-09T22:43:57+02:00
Implement HPy_Fa
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
ad66dffa by Matti Picus at 2020-12-09T23:51:31+02:00
wchar_t is unsigned short on windows. This is important for surrogateescape
- - - - -
1 changed file:
- rpython/rtyper/lltypesystem/rffi.py
View it on GitLab:
https://
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
bad0b029 by Carl Friedrich Bolz-Tereick at 2020-12-08T21:00:58+01:00
don't call popvalues without using the result
- - - - -
367aad7c by Matti Picus at 2020-12-09T13:10:35+02:00
document merged branch, add rc1 to versions.json a
Sebastian Berg pushed new branch branch/meth-fastcall at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/meth-fastcall
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-commit m
Sebastian Berg pushed to branch branch/meth-fastcall at PyPy / pypy
Commits:
2d04e489 by Sebastian Berg at 2020-12-09T19:01:40-06:00
Remove copy-pasted comment, since I did not actually add tests for refcounts
--HG--
branch : meth-fastcall
- - - - -
1 changed file:
- pypy/module/cpyext/tes