Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy


Commits:
d1664f91 by Matti Picus at 2023-10-12T09:17:54+03:00
sync a little with py3.10

--HG--
branch : py3.9

- - - - -
a8e6bf36 by Carl Friedrich Bolz-Tereick at 2023-10-16T08:17:18+02:00
#4016: fix small_int.__rpow__(large_int)

--HG--
branch : py3.9

- - - - -
be682aa9 by Carl Friedrich Bolz-Tereick at 2023-10-16T09:18:39+02:00
#4007: make mmap.mmap.__setitem__ accept a buffer

--HG--
branch : py3.9

- - - - -
28f8f65b by Matti Picus at 2023-10-16T17:09:53+03:00
fix translation

--HG--
branch : py3.9

- - - - -
2131e7dc by Matti Picus at 2023-10-16T17:10:27+03:00
merge default

--HG--
branch : py3.9

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

- - - - -
0d0740ed by Carl Friedrich Bolz-Tereick at 2023-10-02T12:01:30+02:00
expose the time taken in GC to the logs too

it's computed anyway, no reason not to show it as well

- - - - -
ee9b959e by Carl Friedrich Bolz-Tereick at 2023-10-16T08:36:02+02:00
#4018: fix constfolding of str() without arguments (used to crash)

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

- - - - -
e77b5c0b by Matti Picus at 2023-10-31T11:05:32+02:00
resync rpython with py3.9 (mostly symlink and getlogin for windows)

- - - - -
34ec4df7 by Matti Picus at 2023-11-01T21:04:31+02:00
remove wrong c-level define for windows (issue 4024)

- - - - -
4743a235 by Matti Picus at 2023-11-01T21:05:21+02:00
merge default

--HG--
branch : py3.9

- - - - -
412b3f18 by Matti Picus at 2023-11-01T21:15:24+02:00
skip test that fails inside a docker

--HG--
branch : py3.9

- - - - -
a4283e9c by Matti Picus at 2023-11-01T21:15:48+02:00
merge py3.9

--HG--
branch : hpy-0.9

- - - - -


26 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/api.py
- pypy/module/cpyext/include/object.h
- pypy/module/cpyext/src/object.c
- pypy/module/cpyext/src/typeobject.c
- pypy/module/cpyext/typeobject.py
- pypy/module/mmap/interp_mmap.py
- pypy/module/mmap/test/test_mmap.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
- pypy/objspace/std/intobject.py
- pypy/objspace/std/test/test_intobject.py
- pypy/objspace/std/typeobject.py
- rpython/flowspace/operation.py
- rpython/flowspace/test/test_objspace.py
- rpython/memory/gc/incminimark.py
- rpython/rlib/rvmprof/src/vmprof_stack.h
- rpython/rlib/rwin32.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/4bd21a58f1ed32b9bb58ef5c9f8ceace89f2b181...a4283e9c061e18c9d41ef745ae8dfee4ef4abbfd

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/4bd21a58f1ed32b9bb58ef5c9f8ceace89f2b181...a4283e9c061e18c9d41ef745ae8dfee4ef4abbfd
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