[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] typo

2021-10-19 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: be8a2185 by fijal at 2021-10-19T16:14:02+02:00 typo --HG-- branch : experiment-with-ffi-addresses - - - - - 1 changed file: - lib-python/3/ssl.py View it on Heptapod: https://foss.heptapod.

[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] try to use (unsafely!) the new primitive

2021-10-19 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: 67cd159f by fijal at 2021-10-19T16:12:53+02:00 try to use (unsafely!) the new primitive --HG-- branch : experiment-with-ffi-addresses - - - - - 2 changed files: - lib-python/3/ssl.py - lib_pyp

[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] hide this from the JIT

2021-10-19 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: a4d5a1c0 by fijal at 2021-10-19T15:34:19+02:00 hide this from the JIT --HG-- branch : experiment-with-ffi-addresses - - - - - 1 changed file: - pypy/module/_cffi_backend/ctypeptr.py View it

[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] try harder to please the rtyper

2021-10-19 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: 7b71c6ac by fijal at 2021-10-19T15:21:08+02:00 try harder to please the rtyper --HG-- branch : experiment-with-ffi-addresses - - - - - 1 changed file: - pypy/module/_cffi_backend/ctypeptr.py

[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] quick and dirty hack to always pass directly offset of OffsetInBytes

2021-10-19 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: 1a892ad9 by fijal at 2021-10-19T14:59:31+02:00 quick and dirty hack to always pass directly offset of OffsetInBytes --HG-- branch : experiment-with-ffi-addresses - - - - - 4 changed files: - e