On 2025/08/05 17:45, Joe Orton wrote:
> On Tue, Aug 05, 2025 at 02:28:11AM +0900, Yasuhito FUTATSUKI wrote:
>> Hello,
>>
>> Here is a new patch for tests of Python bindings, tests of referene
>> count handling without using fixed literal value for expected reference
>> count value checked by sys.getrefcount() as possible. One test will be
>> skipped if the Python interpreter uses deferred reference counting, but
>> for the skipped test, new test is added for checking reference counting
>> for same objects, by using weakrefs.
>>
>> I've checked it on Python 3.14.0rc1 on FreeBSD.
>
> +1, that works for me too with the Fedora Rawhide Python 3.14rc build as
> well. Thanks again for looking at this!
Thank you for the confirmation.
I also checked that it still works on Python 2.7 (i.e. it can
backport to 1.14.x), and then committed in r1927715.
Cheers,
--
Yasuhito FUTATSUKI <futat...@yf.bsdclub.org>