Matti Picus pushed to branch branch/py3.7 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

- - - - -
2ae201c2 by Carl Friedrich Bolz-Tereick at 2020-03-08T12:09:12+01:00
Backed out changeset 28beb86f9764

seems there is a use for having quasi-immutable declarations on the
executioncontext, see test_cffi_init_struct_with_list

- - - - -
9576c5fa by Carl Friedrich Bolz-Tereick at 2020-03-08T12:13:57+01:00
merge default

--HG--
branch : py3.6

- - - - -
2cf0d1f1 by Yannick Jadoul at 2020-03-11T15:31:11+01:00
Fix NameError of 'os' on macOS when temporarily removing 
__PYVENV_LAUNCHER__ from os.environ

--HG--
branch : py3.6

- - - - -
0104c85e by Matti Picus at 2020-03-17T19:49:12+02:00
merge py3.6

--HG--
branch : py3.7

- - - - -
42b590ce by Matti Picus at 2020-03-17T22:32:31+02:00
fix translation

--HG--
branch : py3.7

- - - - -


12 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/bin/pyinteractive.py
- pypy/goal/targetpypystandalone.py
- pypy/module/_io/interp_bufferedio.py
- pypy/module/_io/test/test_bufferedio.py
- pypy/objspace/std/complexobject.py
- rpython/rlib/buffer.py
- rpython/rlib/test/test_buffer.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/6ad68c987d2d804a4e9c5d5795ce1e59f15c333f...42b590ce5ccadac93f4895d50f2d23f029fd480a

---
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/6ad68c987d2d804a4e9c5d5795ce1e59f15c333f...42b590ce5ccadac93f4895d50f2d23f029fd480a
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