[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: make properties unpicklable: they pickle via some generic mechanism but then

2021-11-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 708e0397 by Carl Friedrich Bolz-Tereick at 2021-11-21T21:31:32+01:00 make properties unpicklable: they pickle via some generic mechanism but then the unpickled property lost the get/set/del functions --HG-- branc

[pypy-commit] [Git][pypy/pypy][branch/py3.9] add encoding to file

2021-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 1ee2b318 by Matti Picus at 2021-11-22T11:52:16+02:00 add encoding to file --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/interpreter/pyparser/test/test_pytokenizer.py View it on Heptapod: https://foss.heptapod.net

[pypy-commit] [Git][pypy/pypy][branch/py3.9] add deprecation warnings

2021-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: f8413ee7 by Matti Picus at 2021-11-22T12:06:33+02:00 add deprecation warnings --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/binascii/interp_hqx.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-

[pypy-commit] [Git][pypy/pypy][branch/py3.8] tp_finalize is not supported on PyPy

2021-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 46603277 by Matti Picus at 2021-11-22T13:52:59+02:00 tp_finalize is not supported on PyPy --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_testmultiphase.c View it on Heptapod: https://foss.heptapod.net/pypy/py

[pypy-commit] [Git][pypy/pypy][branch/py3.9] tp_finalize is not supported on PyPy

2021-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: fb9f4811 by Matti Picus at 2021-11-22T13:52:59+02:00 tp_finalize is not supported on PyPy --HG-- branch : py3.9 - - - - - 1 changed file: - lib_pypy/_testmultiphase.c View it on Heptapod: https://foss.heptapod.net/pypy/py

[pypy-commit] [Git][pypy/pypy][branch/default] use 10.9 as a minimum macOS target

2021-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 32a3d41a by Matti Picus at 2021-11-22T16:42:33+02:00 use 10.9 as a minimum macOS target - - - - - 1 changed file: - rpython/translator/platform/darwin.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/

[pypy-commit] [Git][pypy/pypy][branch/py3.8] add auditing events, skip cpython-specific tracing and questionable attr tracing

2021-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 484f2550 by Matti Picus at 2021-11-22T23:38:19+02:00 add auditing events, skip cpython-specific tracing and questionable attr tracing The __setattr__ and __delattr__ tracing would incur a performance penalty --HG-- branch : py3