[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: exceptions in atexit functions shouldn't crash the interpreter at shutdown

2022-01-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 4188dfae by Carl Friedrich Bolz-Tereick at 2022-01-29T22:21:08+01:00 exceptions in atexit functions shouldn't crash the interpreter at shutdown --HG-- branch : py3.7 - - - - - aadc29e6 by Matti Picus at 2022-01-30T09:51:48+02:0

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 27 commits: Backed out changeset 85525c43dc44

2022-01-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: dd05cdec by Matti Picus at 2022-01-23T10:07:28+02:00 Backed out changeset 85525c43dc44 - - - - - 4b05e3d9 by Matti Picus at 2022-01-26T14:49:42+02:00 Added tag release-pypy2.7-v7.3.8rc1 for changeset 6f82fdd0ce3c - - - - - 72e9

[pypy-commit] [Git][pypy/benchmarks][branch/default] skip genshi, use array.to_bytes for python 3.9

2022-01-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / benchmarks Commits: 85755b5b by Matti Picus at 2022-01-30T16:45:53+02:00 skip genshi, use array.to_bytes for python 3.9 - - - - - 4 changed files: - benchmarks.py - own/icbd/icbd/compiler/benchmarks/pypy/raytrace-simple.py - own/pyaes.py

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: more from issue 3618: use tp_print as-if it was tp_pypy_flags for backward compatibility

2022-01-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: e60ddfff by Matti Picus at 2022-01-30T16:51:52+02:00 more from issue 3618: use tp_print as-if it was tp_pypy_flags for backward compatibility --HG-- branch : py3.8 - - - - - 83ac60b0 by Matti Picus at 2022-01-30T16:55:13+02:00

[pypy-commit] [Git][pypy/pypy][branch/py3.8] more from issue 3618: use tp_print as-if it was tp_pypy_flags for backward compatibility

2022-01-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: e60ddfff by Matti Picus at 2022-01-30T16:51:52+02:00 more from issue 3618: use tp_print as-if it was tp_pypy_flags for backward compatibility --HG-- branch : py3.8 - - - - - 4 changed files: - pypy/module/cpyext/api.py - py

[pypy-commit] [Git][pypy/pypy][branch/py3.7] #3656: update fast2locals to deal with the fact that it's now possible to

2022-01-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: fb1da0ec by Carl Friedrich Bolz-Tereick at 2022-01-30T19:54:25+01:00 #3656: update fast2locals to deal with the fact that it's now possible to delete cell vars (was forbidden in python2). --HG-- branch : py3.7 -

[pypy-commit] [Git][pypy/pypy][branch/py3.7] #3656: the reverse locals2fast has the same bug

2022-01-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 9d1eaad0 by Carl Friedrich Bolz-Tereick at 2022-01-30T20:36:05+01:00 #3656: the reverse locals2fast has the same bug --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/interpreter/pyframe.py - pypy/inter

[pypy-commit] [Git][pypy/pypy][branch/py3.9] sync and rearrange object.h to better match upstream (issue 3587)

2022-01-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 39e573ea by Matti Picus at 2022-01-30T23:43:51+02:00 sync and rearrange object.h to better match upstream (issue 3587) --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/include/object.h View it on Heptap