[pypy-commit] [Git][pypy/pypy][branch/py3.8] add _ssl.HAS_X509_CHECK_FLAG_NEVER_CHECK_SUBJECT (issue 3539)

2021-08-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 0c40f8ca by Matti Picus at 2021-08-20T12:32:14+03:00 add _ssl.HAS_X509_CHECK_FLAG_NEVER_CHECK_SUBJECT (issue 3539) --HG-- branch : py3.8 - - - - - 2 changed files: - lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py - lib_pypy/_cf

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

2021-08-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: f05410de 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.8 - - - - - 2 changed files: - pypy/module/cpyext/frameobject.py - p