Matti Picus pushed to branch branch/py3.7 at PyPy / pypy


Commits:
b9662223 by Carl Friedrich Bolz-Tereick at 2020-12-11T11:21:36+01:00
skip a test that fails on CPython, and in the nightly run (but not when running
the file directly)

- - - - -
b2d77e6e by Armin Rigo at 2020-12-12T13:09:49+01:00
Document that this test cannot pass on CPython

- - - - -
e87624de by Armin Rigo at 2020-12-12T13:57:01+01:00
Fix test

- - - - -
0ddcd49a by Armin Rigo at 2020-12-21T09:47:44+01:00
update to cffi/a969ece955c7, fixing pypy issue #3361 / cffi issue #483

- - - - -
cd320929 by Armin Rigo at 2020-12-22T12:57:35+01:00
Patch from issue #3227, modernized to use the existing bitflags: 
PYPYSIG_NO_WARN_FULL

- - - - -
3fd45448 by Matti Picus at 2020-12-20T12:10:53+02:00
mention other tasks after releasing a version

- - - - -
3f9a6b61 by Matti Picus at 2020-12-23T09:49:57+02:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -
13886109 by Matti Picus at 2020-12-23T12:38:23+02:00
fixes from merge/adapt tests to python3

--HG--
branch : py3.7

- - - - -
aa24892a by Matti Picus at 2020-12-22T09:19:05+02:00
char * -> const char * (issue 3362)

--HG--
branch : py3.7

- - - - -
7159a5f4 by Matti Picus at 2020-12-23T00:23:31+02:00
more char -> const char

--HG--
branch : py3.7

- - - - -
9e1e4561 by Matti Picus at 2020-12-23T08:38:30+02:00
remove redundant PyUnicodeCheck* since they are macros in unicode.h

- - - - -
6e813860 by Matti Picus at 2020-12-23T12:38:23+02:00
minimize diff to py3.7

- - - - -
ba26e8d6 by Matti Picus at 2020-12-23T13:24:35+02:00
remove balnk lines

- - - - -
74cc5e54 by Matti Picus at 2020-12-23T13:26:36+02:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -


10 changed files:

- pypy/doc/how-to-release.rst
- pypy/module/_cffi_backend/cdataobj.py
- pypy/module/_cffi_backend/ffi_obj.py
- pypy/module/_cffi_backend/func.py
- pypy/module/_cffi_backend/test/_backend_test_c.py
- pypy/module/_warnings/test/apptest_warnings.py
- pypy/module/cpyext/include/unicodeobject.h
- pypy/module/cpyext/src/structseq.c
- pypy/module/cpyext/test/test_unicodeobject.py
- pypy/module/cpyext/unicodeobject.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/86cad7f3169a477a27f30dbd5afd4eb33a99baaf...74cc5e54dfeb3803bc0a943185543c1a6a61006e

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/86cad7f3169a477a27f30dbd5afd4eb33a99baaf...74cc5e54dfeb3803bc0a943185543c1a6a61006e
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