This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author corona10
Recipients corona10, erlendaasland, hydroflask, vstinner
Date 2022-02-08.02:59:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644289155.89.0.666888831616.issue46323@roundup.psfhosted.org>
In-reply-to
Content
@vstinner

PR 31188 cause reference leak, please check

Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 5.38 Run tests sequentially
0:00:00 load avg: 5.38 [1/1] test_ctypes
beginning 6 repetitions
123456
......
test_ctypes leaked [1028, 1026, 1028] references, sum=3082
test_ctypes leaked [2, 1, 3] memory blocks, sum=6
test_ctypes failed (reference leak)

== Tests result: FAILURE ==

1 test failed:
    test_ctypes

Total duration: 3.2 sec
Tests result: FAILURE
History
Date User Action Args
2022-02-08 02:59:15corona10setrecipients: + corona10, vstinner, hydroflask, erlendaasland
2022-02-08 02:59:15corona10setmessageid: <1644289155.89.0.666888831616.issue46323@roundup.psfhosted.org>
2022-02-08 02:59:15corona10linkissue46323 messages
2022-02-08 02:59:15corona10create