[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/scoped-cffi-malloc

2021-09-27 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed new branch branch/scoped-cffi-malloc at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/scoped-cffi-malloc You're receiving this email because of your account on foss.heptapod.net. ___

[pypy-commit] [Git][pypy/pypy][branch/scoped-cffi-malloc] write a dumb test, a bit hard to test

2021-09-27 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/scoped-cffi-malloc at PyPy / pypy Commits: b7cf79d3 by fijal at 2021-09-27T12:38:40+02:00 write a dumb test, a bit hard to test --HG-- branch : scoped-cffi-malloc - - - - - 1 changed file: - + pypy/module/test_lib_pypy/test_pypy_util.py View it

[pypy-commit] [Git][pypy/pypy][branch/scoped-cffi-malloc] dumb test

2021-09-27 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/scoped-cffi-malloc at PyPy / pypy Commits: c6f44858 by fijal at 2021-09-27T12:53:46+02:00 dumb test --HG-- branch : scoped-cffi-malloc - - - - - 1 changed file: - pypy/module/test_lib_pypy/test_pypy_util.py View it on Heptapod: https://foss.hep

[pypy-commit] [Git][pypy/pypy][branch/scoped-cffi-malloc] cffi rename

2021-09-27 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/scoped-cffi-malloc at PyPy / pypy Commits: e3fd043b by fijal at 2021-09-27T13:20:57+02:00 cffi rename --HG-- branch : scoped-cffi-malloc - - - - - 4 changed files: - lib_pypy/_cffi_ssl/_stdssl/__init__.py - lib_pypy/_pypy_util_build.py - lib_pypy/

[pypy-commit] [Git][pypy/pypy][branch/scoped-cffi-malloc] move stuff around so we can actually import ssl

2021-09-27 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/scoped-cffi-malloc at PyPy / pypy Commits: 3db7ab1d by fijal at 2021-09-27T14:46:35+02:00 move stuff around so we can actually import ssl --HG-- branch : scoped-cffi-malloc - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py Vi

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/scoped-cffi-malloc

2021-09-27 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski deleted branch branch/scoped-cffi-malloc at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pyp

[pypy-commit] [Git][pypy/pypy][branch/default] 7 commits: write and use StackNew for a cffi helper

2021-09-27 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/default at PyPy / pypy Commits: 536f3054 by fijal at 2021-09-27T11:57:29+02:00 write and use StackNew for a cffi helper --HG-- branch : scoped-cffi-malloc - - - - - b7cf79d3 by fijal at 2021-09-27T12:38:40+02:00 write a dumb test, a bit hard to test

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 14 commits: mention stdlib 3.7.12 in the release note

2021-09-27 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/py3.7 at PyPy / pypy Commits: 5b5c4619 by Matti Picus at 2021-09-12T08:19:28+03:00 mention stdlib 3.7.12 in the release note - - - - - 25baf7b7 by Matti Picus at 2021-09-13T08:17:55+03:00 tweak release note, fix other doc errors - - - - - b725b0da by