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


Commits:
a356a4eb by Carl Friedrich Bolz-Tereick at 2023-04-29T14:12:16+02:00
#3925 fix weirdness about combining annotations and a global declaration of a
name in some random function

--HG--
branch : py3.9

- - - - -
b01f90c4 by Carl Friedrich Bolz-Tereick at 2023-04-29T20:42:27+02:00
#3520 fix wrong implementation of _copy_base for slices of n-dimensional
buffers

--HG--
branch : py3.9

- - - - -
913501ea by Carl Friedrich Bolz-Tereick at 2023-04-29T21:12:37+02:00
#3520 now that the base implementation in BufferView.as_str does the correct
thing with shapes and strides we can remove BufferViewND.as_str (but only after
porting the use of a StringBuilder)

--HG--
branch : py3.9

- - - - -
09eb62e2 by Matti Picus at 2023-04-30T05:59:12+03:00
fix st_mode as returned from lstat, which fixes ntpath.islink

This should be backported to default

--HG--
branch : py3.9

- - - - -
8ea67a76 by Matti Picus at 2023-04-30T06:00:34+03:00
refactor os.remove/os.unlink to take symlink into account

This should be backported to default

--HG--
branch : py3.9

- - - - -
29e5f968 by Matti Picus at 2023-04-30T06:25:28+03:00
implement WSARecvInto and ReadFileInto, which fixes hanging asyncio test

--HG--
branch : py3.10

- - - - -
1d4ede5b by Matti Picus at 2023-04-30T06:26:27+03:00
merge py3.9

--HG--
branch : py3.10

- - - - -


15 changed files:

- lib_pypy/_overlapped.py
- pypy/interpreter/astcompiler/symtable.py
- pypy/interpreter/astcompiler/test/test_symtable.py
- pypy/interpreter/buffer.py
- pypy/interpreter/test/apptest_annotations.py
- pypy/module/posix/interp_posix.py
- pypy/module/posix/test/test_posix2.py
- pypy/objspace/std/memoryobject.py
- pypy/objspace/std/test/test_memoryobject.py
- rpython/rlib/rposix.py
- rpython/rlib/rposix_stat.py
- rpython/rlib/rwin32.py
- rpython/rlib/rwin32file.py
- rpython/rlib/src/winreparse.c
- rpython/rlib/src/winreparse.h


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/f710bdf70a2c308716a7f12d397ae876801f7f07...1d4ede5b182a7c8506b203c91f8c6857800a5c6f

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/f710bdf70a2c308716a7f12d397ae876801f7f07...1d4ede5b182a7c8506b203c91f8c6857800a5c6f
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