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


Commits:
5b31c9b3 by CF Bolz-Tereick at 2023-11-23T16:08:06+01:00
#4038: fix universal newline but non-translating text-io:

in this mode, two \r at the end of the file were combined into a single line by
.readline()

- - - - -
f12d8096 by CF Bolz-Tereick at 2023-11-24T17:39:33+01:00
make rawrefcount_next_dead in the incminimark GC robust against calling it
before initializing raw refcounts

- - - - -
a1fe001a by Matti Picus at 2023-11-25T17:09:04+02:00
merge default

--HG--
branch : py3.9

- - - - -
0e693174 by Matti Picus at 2023-11-25T17:36:44+02:00
merge py3.9

--HG--
branch : py3.10

- - - - -


4 changed files:

- pypy/module/_io/interp_textio.py
- pypy/module/_io/test/apptest_io.py
- rpython/memory/gc/incminimark.py
- rpython/memory/gc/test/test_rawrefcount.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/7290a3b1e8ea205f2677f5dd9949d06eb10feb53...0e6931743278f3552a08bdb01bebd342e0c1b232

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/7290a3b1e8ea205f2677f5dd9949d06eb10feb53...0e6931743278f3552a08bdb01bebd342e0c1b232
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