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


Commits:
3fc2a7a4 by Matti Picus at 2023-10-19T05:14:08+03:00
add prototype, fix definitions

--HG--
branch : py3.9

- - - - -
b803fabb by Matti Picus at 2023-07-31T12:38:17+03:00
when re-assigning to type.__bases__, rebuild the cpyext type struct (issue 3976)

--HG--
branch : py3.9

- - - - -
5ba94f93 by Matti Picus at 2023-10-21T21:27:20+03:00
test, fix missing object in error formatting

--HG--
branch : py3.9

- - - - -
ee6e5be4 by Matti Picus at 2023-10-26T15:47:18+03:00
remove newline in line read from PYPY_PORTABLE_DEPS.txt, (issue 4019_)

--HG--
branch : py3.9

- - - - -
c43c08f2 by Carl Friedrich Bolz-Tereick at 2023-10-27T18:01:03+02:00
#4023: fix astcompiler bug where sometimes a return with a value wasn't 
being
caught inside an async generator

--HG--
branch : py3.9

- - - - -
17e5bd7a by Carl Friedrich Bolz-Tereick at 2023-10-27T23:06:09+02:00
#3996: start implementing the ag_running logic of asynchronous generators

--HG--
branch : py3.9

- - - - -
fc2e8d6b by Matti Picus at 2023-10-26T23:05:40+03:00
document the two Overlapped classes

--HG--
branch : py3.9

- - - - -
2edfdaf7 by Matti Picus at 2023-10-31T10:33:42+02:00
add getppid, getlogin on windows

--HG--
branch : py3.9

- - - - -
ddaae7f3 by Matti Picus at 2023-10-31T12:46:46+02:00
merge py3.9

--HG--
branch : py3.10

- - - - -


16 changed files:

- lib-python/3/venv/__init__.py
- lib_pypy/_overlapped.py
- pypy/interpreter/astcompiler/codegen.py
- pypy/interpreter/astcompiler/symtable.py
- pypy/interpreter/generator.py
- pypy/interpreter/test/apptest_coroutine.py
- pypy/interpreter/test/test_syntax.py
- pypy/module/cpyext/include/object.h
- pypy/module/cpyext/sequence.py
- pypy/module/cpyext/src/typeobject.c
- pypy/module/cpyext/test/test_sequence.py
- pypy/module/posix/interp_nt.py
- pypy/module/posix/interp_posix.py
- pypy/module/posix/moduledef.py
- pypy/module/posix/test/test_posix2.py
- rpython/rlib/rwin32.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/9a0fbfb787e3bf66861d8f0ba2d0b95072b43ad6...ddaae7f31d13ee9aa9b2df02b257b61dff74126a

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/9a0fbfb787e3bf66861d8f0ba2d0b95072b43ad6...ddaae7f31d13ee9aa9b2df02b257b61dff74126a
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