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 levkivskyi
Recipients gvanrossum, larry, levkivskyi, ned.deily, serhiy.storchaka, yselivanov
Date 2016-11-09.23:51:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478735497.68.0.86418265007.issue28653@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, if I comment out this code

try:
    from _functools import _lru_cache_wrapper
except ImportError:
    pass

in functools.py to use the pure Python version, then I get much larger numbers:

$ ./python -m test -R : test_typing
Run tests sequentially
0:00:00 [1/1] test_typing
beginning 9 repetitions
123456789
.........
test_typing leaked [25003, 25003, 25003, 25003] references, sum=100012
test_typing leaked [9350, 9352, 9352, 9352] memory blocks, sum=37406
test_typing failed
History
Date User Action Args
2016-11-09 23:51:37levkivskyisetrecipients: + levkivskyi, gvanrossum, larry, ned.deily, serhiy.storchaka, yselivanov
2016-11-09 23:51:37levkivskyisetmessageid: <1478735497.68.0.86418265007.issue28653@psf.upfronthosting.co.za>
2016-11-09 23:51:37levkivskyilinkissue28653 messages
2016-11-09 23:51:37levkivskyicreate