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


Commits:
0414d4ea by Matti Picus at 2022-07-22T12:49:12+03:00
add a test for issue 3786.

Calling PyRun_String("open('badfilename', 'r')" 
raises a SystemError on CPython,
something is wrong.

--HG--
branch : issue3786

- - - - -
a574e424 by Matti Picus at 2022-07-25T09:17:08+03:00
test now pases on CPython, fails on PyPy

--HG--
branch : issue3786

- - - - -
14c7c4fe by Matti Picus at 2022-07-25T16:14:16+03:00
use the normalized w_exc in processing OSErrors

--HG--
branch : issue3786

- - - - -
053be473 by Matti Picus at 2022-07-25T20:04:06+03:00
merge issue3786 which nomalizes OSErrors better

--HG--
branch : py3.8

- - - - -


3 changed files:

- pypy/interpreter/error.py
- pypy/interpreter/test/test_error.py
- pypy/module/cpyext/test/test_pyerrors.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/8828d3c72fc61bbf7b2b04fbde7b4079ab199cc7...053be47373db1a17275205b4bc71a55b55a04b9c

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/8828d3c72fc61bbf7b2b04fbde7b4079ab199cc7...053be47373db1a17275205b4bc71a55b55a04b9c
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