Manuel Jacob pushed to branch branch/py3.6 at PyPy / pypy

Commits:
dcd47727 by Armin Rigo at 2020-03-07T15:31:50+00:00
Upgrade to pycparser 2.20 and regenerate lextab/yacctab

- - - - -
6fa29594 by Manuel Jacob at 2020-03-07T18:00:36+01:00
Add failing test for _io.BufferedReader under RevDB.

- - - - -
71e746c2 by Manuel Jacob at 2020-03-07T18:24:48+01:00
Generalize tests for ByteBuffer.

- - - - -
01bccc50 by Manuel Jacob at 2020-03-07T18:41:06+01:00
Add rpython.rlib.buffer.RawByteBuffer.

It is like rpython.rlib.buffer.ByteBuffer but backed by raw memory.

- - - - -
ea45b375 by Manuel Jacob at 2020-03-07T18:51:19+01:00
Use RawByteBuffer instead of ByteBuffer in buffered io classes when using split 
GC address space.

- - - - -
d3cfae7b by Manuel Jacob at 2020-03-07T19:05:03+01:00
Fix translation of RawByteBuffer.

- - - - -
38ecfa40 by Manuel Jacob at 2020-03-07T22:37:42+01:00
Remove comment that become obsolete a few changesets ago.

- - - - -
cfcc7a02 by Manuel Jacob at 2020-03-08T00:13:31+01:00
Avoid relying on buffer internals.

- - - - -
849576e7 by Manuel Jacob at 2020-03-08T02:55:11+01:00
hg merge default

--HG--
branch : py3.6

- - - - -


9 changed files:

- lib_pypy/cffi/_pycparser/__init__.py
- lib_pypy/cffi/_pycparser/c_lexer.py
- lib_pypy/cffi/_pycparser/c_parser.py
- lib_pypy/cffi/_pycparser/lextab.py
- lib_pypy/cffi/_pycparser/yacctab.py
- pypy/module/_io/interp_bufferedio.py
- pypy/module/_io/test/test_bufferedio.py
- rpython/rlib/buffer.py
- rpython/rlib/test/test_buffer.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/330df43896d003678b02b1329a713e8a4bb27410...849576e7bfa27f33b5cd58ca48389b7433598f41

---
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/330df43896d003678b02b1329a713e8a4bb27410...849576e7bfa27f33b5cd58ca48389b7433598f41
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