[pypy-commit] [Git][pypy/pypy][branch/py3.7] add frame.f_back, assuming the user is aware of the dangers of examinig the stack

2021-08-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 92b3120d by Matti Picus at 2021-08-20T17:01:33+03:00 add frame.f_back, assuming the user is aware of the dangers of examinig the stack --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/cpyext/frameobject.py - p

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: move test to run it with -A and rework parsing to make it pass

2021-08-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: c49b4a3e by Matti Picus at 2021-08-22T14:13:01+03:00 move test to run it with -A and rework parsing to make it pass --HG-- branch : py3.8 - - - - - 5873999b by Matti Picus at 2021-08-23T00:47:49+03:00 add _PyErr_WriteUnraisable

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: tweak formatting of unraisable

2021-08-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: bb8c08a9 by Matti Picus at 2021-08-23T07:46:39+03:00 tweak formatting of unraisable --HG-- branch : py3.8 - - - - - bc13c7b1 by Matti Picus at 2021-08-23T08:20:48+03:00 fix 4cf7f0005c6f --HG-- branch : py3.8 - - - - - 4 cha