[pypy-commit] [Git][pypy/pypy][branch/py3.8-errors-in-dead-code] 18 commits: fix translation

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Fri Aug 27 07:44:26 EDT 2021



Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-errors-in-dead-code at PyPy / pypy


Commits:
9d5af915 by Matti Picus at 2021-08-17T07:50:58+03:00
fix translation

--HG--
branch : py3.7

- - - - -
170506b2 by Matti Picus at 2021-08-17T09:29:45+03:00
fix unused-variable errors in cpyext tests

--HG--
branch : py3.7

- - - - -
ccb234a0 by Matti Picus at 2021-08-18T21:53:10+03:00
update _ssl error message formatting

--HG--
branch : py3.8

- - - - -
b3cd9e38 by Matti Picus at 2021-08-19T07:53:53+03:00
delete unused arguments in c test

--HG--
branch : py3.8

- - - - -
e929eee8 by Matti Picus at 2021-08-19T11:59:23+03:00
_ssl - use __pypy__.write_unraisable, add num_tickets, tweak error messsage

--HG--
branch : py3.8

- - - - -
1f1580ce by Matti Picus at 2021-08-19T14:06:22+03:00
add debug _msg_cb callback and associated new constants

--HG--
branch : py3.8

- - - - -
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

- - - - -
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

- - - - -
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

- - - - -
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_WriteUnraisableMsg and an audit call to sys.unraisablehook, fix formatting

--HG--
branch : py3.8

- - - - -
5bbf0cbb by Matti Picus at 2021-08-23T00:55:29+03:00
sync test for py3.8

--HG--
branch : py3.8

- - - - -
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

- - - - -
f8d0f6ad by Matti Picus at 2021-08-23T10:42:20+03:00
typo in import.h

--HG--
branch : py3.7

- - - - -
806dd2c0 by Matti Picus at 2021-08-23T10:42:50+03:00
merge py3.7 into py3.8

--HG--
branch : py3.8

- - - - -
2a186d80 by Carl Friedrich Bolz-Tereick at 2021-08-23T13:15:42+02:00
merge py3.8 (helps to pull before merging :-/)

--HG--
branch : py3.8-errors-in-dead-code

- - - - -
3f67d79b by Carl Friedrich Bolz-Tereick at 2021-08-27T13:27:46+02:00
do and/or folding during codegen in order to produce the correct errors in both
paths of the or/and. Also add the first test for this optimization :-(

--HG--
branch : py3.8-errors-in-dead-code

- - - - -


19 changed files:

- lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py
- lib_pypy/_cffi_ssl/_stdssl/__init__.py
- lib_pypy/_cffi_ssl/_stdssl/error.py
- lib_pypy/_testcapimodule.c
- pypy/interpreter/astcompiler/codegen.py
- pypy/interpreter/astcompiler/optimize.py
- pypy/interpreter/astcompiler/test/test_compiler.py
- pypy/interpreter/error.py
- pypy/interpreter/test/apptest_unraisable.py
- pypy/interpreter/test/test_compiler.py
- pypy/module/_cffi_backend/ccallback.py
- pypy/module/_cffi_backend/test/test_recompiler.py
- pypy/module/cpyext/frameobject.py
- pypy/module/cpyext/include/frameobject.h
- pypy/module/cpyext/include/import.h
- pypy/module/cpyext/pyerrors.py
- pypy/module/cpyext/test/test_pyerrors.py
- pypy/module/cpyext/test/test_typeobject.py
- pypy/objspace/std/test/apptest_userobject.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b1716f998c51a9c959b9284e6760cc3d07c31a52...3f67d79b56cabc012c3564c83bd9cc31880985fd

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b1716f998c51a9c959b9284e6760cc3d07c31a52...3f67d79b56cabc012c3564c83bd9cc31880985fd
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20210827/cf97fcbd/attachment.html>


More information about the pypy-commit mailing list