Matti Picus pushed to branch branch/py3.9 at PyPy / pypy


Commits:
43513a90 by Carl Friedrich Bolz-Tereick at 2022-07-26T15:26:45+02:00
#3757: implement the ability to raise an exception in another thread

--HG--
branch : raise-in-thread-2

- - - - -
04127918 by Carl Friedrich Bolz-Tereick at 2022-07-26T17:24:54+02:00
start implementing PyThreadState_SetAsyncExc

--HG--
branch : raise-in-thread-2

- - - - -
645e6ccc by Carl Friedrich Bolz-Tereick at 2022-07-26T17:51:53+02:00
extend the test to check that passing NULL also works

--HG--
branch : raise-in-thread-2

- - - - -
43608c67 by Carl Friedrich Bolz-Tereick at 2022-07-26T17:58:48+02:00
only wait for a limited amount of time

--HG--
branch : raise-in-thread-2

- - - - -
b4087fac by Carl Friedrich Bolz-Tereick at 2022-07-26T18:02:46+02:00
fix typo

--HG--
branch : raise-in-thread-2

- - - - -
8da69518 by Carl Friedrich Bolz-Tereick at 2022-07-26T18:04:13+02:00
the NULL case is now at least tested

--HG--
branch : raise-in-thread-2

- - - - -
468a0907 by Carl Friedrich Bolz-Tereick at 2022-07-26T18:08:56+02:00
:-/

--HG--
branch : raise-in-thread-2

- - - - -
f10b1665 by Matti Picus at 2022-10-09T16:26:06+03:00
fix SOABI, finishing a fix submitted to wheel>0.34.2 (issue 3816)

--HG--
branch : py3.8

- - - - -
44b9eaf8 by Carl Friedrich Bolz-Tereick at 2022-10-09T21:21:39+02:00
(cfbolz, arigo): remove unused variable

--HG--
branch : raise-in-thread-2

- - - - -
5ed4bfe4 by Carl Friedrich Bolz-Tereick at 2022-10-09T21:22:08+02:00
#3757: merge raise-in-thread-2

expose a new function __pypy__._raise_in_thread that will raise an asynchronous
exception in another thread the next time that thread runs. This also makes it
possible to implement PyThreadState_SetAsyncExc

- - - - -
4ad83d1f by Carl Friedrich Bolz-Tereick at 2022-10-10T20:13:52+02:00
merge default

--HG--
branch : py3.8

- - - - -
cf2c443b by Carl Friedrich Bolz-Tereick at 2022-10-11T11:38:57+02:00
fix python3

--HG--
branch : py3.8

- - - - -
7c0dfb2d by Carl Friedrich Bolz-Tereick at 2022-10-12T12:17:03+02:00
#3828: fix error: don't convert random things to unicode

- - - - -
a15dabb8 by Carl Friedrich Bolz-Tereick at 2022-10-12T15:06:14+02:00
#3828: merge default to get the fix for error message regression of

None % u'abc'

--HG--
branch : py3.8

- - - - -
81cfb7ba by Matti Picus at 2022-10-14T01:11:27+03:00
merge py3.8

--HG--
branch : py3.9

- - - - -


13 changed files:

- lib-python/3/sysconfig.py
- lib_pypy/_sysconfigdata.py
- pypy/interpreter/executioncontext.py
- pypy/module/__pypy__/interp_signal.py
- pypy/module/__pypy__/moduledef.py
- pypy/module/cpyext/pystate.py
- pypy/module/cpyext/test/test_cpyext.py
- pypy/module/cpyext/test/test_pystate.py
- pypy/module/signal/interp_signal.py
- pypy/module/thread/test/test_thread.py
- pypy/objspace/std/formatting.py
- pypy/objspace/std/test/apptest_stringformat.py
- pypy/objspace/std/unicodeobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d58e2390839b62d60ab4c5e1cddfed7425153382...81cfb7ba026abe87ea1616e71e6d52434c070d23

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


_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com

Reply via email to