Matti Picus pushed to branch branch/py3.9 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

- - - - -


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/ab9cec52b0a8f5e4f1c3ebf54abc0c7477f5eb3d...a1fe001a37e392796c19e835d08dc419ba926fee

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