Ronan Lamy pushed to branch branch/ctypes-stuff at PyPy / pypy
Commits: 8443d36a by Ronan Lamy at 2020-05-22T17:02:50Z memoryviews on pointers contain the pointer itself, not what it points to. Add failing test --HG-- branch : ctypes-stuff - - - - - e037dba7 by Ronan Lamy at 2020-05-22T18:47:12Z Replace get_format_str() with tp._getformat() and fix pointer formats --HG-- branch : ctypes-stuff - - - - - 8 changed files: - extra_tests/ctypes_tests/test_buffers.py - extra_tests/ctypes_tests/test_pointers.py - extra_tests/ctypes_tests/test_structures.py - lib_pypy/_ctypes/array.py - lib_pypy/_ctypes/basics.py - lib_pypy/_ctypes/pointer.py - lib_pypy/_ctypes/primitive.py - lib_pypy/_ctypes/structure.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/3c173779222e07a9cc45245e95544549411420ec...e037dba7fddceba72806b24f64425fe94f306a50 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/3c173779222e07a9cc45245e95544549411420ec...e037dba7fddceba72806b24f64425fe94f306a50 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
