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 vstinner
Recipients petr.viktorin, vstinner
Date 2021-04-01.08:05:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617264316.01.0.585863098349.issue43688@roundup.psfhosted.org>
In-reply-to
Content
One nice advantage of this change is that it becomes possible to check for reference leaks in C extensions written with the limited C API!

$ ./python -m test test_xxlimited -R 3:3
0:00:00 load avg: 2.99 Run tests sequentially
0:00:00 load avg: 2.99 [1/1] test_xxlimited
beginning 6 repetitions
123456
......

== Tests result: SUCCESS ==

1 test OK.

Total duration: 367 ms
Tests result: SUCCESS
History
Date User Action Args
2021-04-01 08:05:16vstinnersetrecipients: + vstinner, petr.viktorin
2021-04-01 08:05:16vstinnersetmessageid: <1617264316.01.0.585863098349.issue43688@roundup.psfhosted.org>
2021-04-01 08:05:16vstinnerlinkissue43688 messages
2021-04-01 08:05:15vstinnercreate