[pypy-commit] [Git][pypy/pypy][branch/ctypes-stuff] 3 commits: unions and packed structs just use 'B' as their format

Ronan Lamy foss at heptapod.net
Tue May 26 07:34:49 EDT 2020



Ronan Lamy pushed to branch branch/ctypes-stuff at PyPy / pypy


Commits:
1e068b27 by Ronan Lamy at 2020-05-26T10:10:40Z
unions and packed structs just use 'B' as their format

--HG--
branch : ctypes-stuff

- - - - -
40bfeb6e by Ronan Lamy at 2020-05-26T11:23:13Z
Test and fix for a crash in newmemoryview() when itemsize==0

--HG--
branch : ctypes-stuff

- - - - -
fda56969 by Ronan Lamy at 2020-05-26T11:33:58Z
Make memoryviews on structs 0-dimensional (py3 behavior)

--HG--
branch : ctypes-stuff

- - - - -


3 changed files:

- lib_pypy/_ctypes/structure.py
- pypy/module/__pypy__/interp_buffer.py
- pypy/module/__pypy__/test/test_newmemoryview.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/72837f69fb9fc4e0720e557490738a67f2495f2d...fda56969d906f0ba2d95d6a785cdd71459c00658

-- 
View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/72837f69fb9fc4e0720e557490738a67f2495f2d...fda56969d906f0ba2d95d6a785cdd71459c00658
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200526/32b44537/attachment.html>


More information about the pypy-commit mailing list