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 vstinner
Date 2019-04-08.17:11:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554743519.82.0.0975088809024.issue36560@roundup.psfhosted.org>
In-reply-to
Content
Some progress.

I'm now able to reproduce the issue with attached test_functools2.py (103 lines, a single test method):

$ cp (...)test_functools2.py Lib/test/
$ ./configure -C --with-pydebug CFLAGS=-O0
$ make
$ ./python -m test -F -j5 -R 3:3 test_functools2
(...)
0:00:02 load avg: 0.95 [ 19/1] test_functools failed
beginning 6 repetitions
123456
......
test_functools leaked [1, 1, 1] memory blocks, sum=3
(...)
Tests result: FAILURE

I disabled the C accelerator _functools.

I'm now trying to disable the C accelerator of abc, but I had a small issue: bpo-36565.
History
Date User Action Args
2019-04-08 17:11:59vstinnersetrecipients: + vstinner
2019-04-08 17:11:59vstinnersetmessageid: <1554743519.82.0.0975088809024.issue36560@roundup.psfhosted.org>
2019-04-08 17:11:59vstinnerlinkissue36560 messages
2019-04-08 17:11:59vstinnercreate