Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
ab9cec52 by Matti Picus at 2023-11-23T17:08:04+02:00
perform dealloc callbacks directly in gc.collect, to ensure tp_dealloc will be
called
Also call gc.collect inside the capsule test in testcapimodule.c
--HG--
branch : py3.9
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy
Commits:
6d1e5a9f by CF Bolz-Tereick at 2023-11-22T11:54:10+01:00
skip the _finddoc tests again on pypy
_finddoc is only called if getdoc doesn't work, but getdoc works for all
the cases in test_finddoc
--HG--
branch : py3.9
- - - -
Carl Friedrich Bolz-Tereick pushed to branch branch/default 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()
-