[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-7c832a2f] 15 commits: add failing test for issue 3348

Simon Cross foss at heptapod.net
Fri Dec 4 09:47:32 EST 2020



Simon Cross pushed to branch branch/hpy-update-to-7c832a2f at PyPy / pypy


Commits:
a53c5fa6 by Matti Picus at 2020-11-25T20:59:55+02:00
add failing test for issue 3348

--HG--
branch : issue3348

- - - - -
0103526b by Julian Berman at 2020-11-25T19:17:05-05:00
Fix the crypt thread lock on Py3

(Here the module's called _thread

--HG--
branch : fix-crypt-py3-import

- - - - -
08d9c242 by Matti Picus at 2020-11-26T08:20:14+02:00
fix test, remove repeated function, add and reword comments

--HG--
branch : issue3348

- - - - -
16faa2be by Armin Rigo at 2020-11-26T08:20:37+01:00
merge mistake

--HG--
branch : py3.6

- - - - -
c733c285 by Matti Picus at 2020-11-26T13:52:04+02:00
special case final=False for "unexpected end of data"

--HG--
branch : issue3348

- - - - -
60b666f9 by Matti Picus at 2020-11-26T15:34:58+02:00
merge fix-crypt-py3-import which is redundant but correct

--HG--
branch : py3.6

- - - - -
5672b6a4 by Matti Picus at 2020-11-26T15:35:50+02:00
merge issue3348 which fixes utf_8_decode for final=False

--HG--
branch : py3.6

- - - - -
5016b9c3 by Matti Picus at 2020-11-26T15:38:21+02:00
document merged branches

--HG--
branch : py3.6

- - - - -
19f79abb by Armin Rigo at 2020-11-26T18:54:47+01:00
Workaround for CPython's tests.  See comment

- - - - -
44d5cb61 by Armin Rigo at 2020-11-26T19:14:14+01:00
hg merge default, and update test_pypy_modules for python3.
There is one failure, '_opcode', which we might need to implement
for completeness

--HG--
branch : py3.6

- - - - -
eb828ff6 by Ronan Lamy at 2020-12-02T15:10:54+00:00
fix cparser import after move

--HG--
branch : py3.6

- - - - -
df7bf72c by Ronan Lamy at 2020-12-02T15:45:47+00:00
Remove obsolete workaround

--HG--
branch : py3.6

- - - - -
5377bf6e by Simon Cross at 2020-12-03T23:29:18+02:00
Implement constcharpsize2str in rffi.

--HG--
branch : py3.6

- - - - -
ac7049ab by Simon Cross at 2020-12-04T16:44:11+02:00
Merge in py3.6.

--HG--
branch : hpy

- - - - -
3c4ed9e1 by Simon Cross at 2020-12-04T16:46:54+02:00
Merge in hpy.

--HG--
branch : hpy-update-to-7c832a2f

- - - - -


7 changed files:

- + extra_tests/test_pypy_modules.py
- lib_pypy/_crypt/__init__.py
- pypy/doc/whatsnew-pypy3-head.rst
- pypy/interpreter/unicodehelper.py
- pypy/module/_codecs/test/test_codecs.py
- pypy/module/_hpy_universal/llapi.py
- rpython/rtyper/lltypesystem/test/test_rffi.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/511fd9e6372d881bbd2a1c1be65d1b37da7bf984...3c4ed9e1d5dc28dbcd7a94893e3447cd6f19a1f6

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/511fd9e6372d881bbd2a1c1be65d1b37da7bf984...3c4ed9e1d5dc28dbcd7a94893e3447cd6f19a1f6
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/20201204/1bf5021a/attachment-0001.html>


More information about the pypy-commit mailing list