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 methane
Recipients methane, pitrou, serhiy.storchaka
Date 2018-05-22.15:31:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527003097.44.0.682650639539.issue33597@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python-gc -c 'import asyncio,sys; sys._debugmallocstats()'

master:

# bytes in allocated blocks        =            4,011,368
# bytes in available blocks        =              136,640
50 unused pools * 4096 bytes       =              204,800
# bytes lost to pool headers       =               49,824
# bytes lost to quantization       =               53,816
# bytes lost to arena alignment    =                    0
Total                              =            4,456,448

patched:

# bytes in allocated blocks        =            3,852,432
# bytes in available blocks        =              132,664
27 unused pools * 4096 bytes       =              110,592
# bytes lost to pool headers       =               47,856
# bytes lost to quantization       =               50,760
# bytes lost to arena alignment    =                    0
Total                              =            4,194,304
History
Date User Action Args
2018-05-22 15:31:37methanesetrecipients: + methane, pitrou, serhiy.storchaka
2018-05-22 15:31:37methanesetmessageid: <1527003097.44.0.682650639539.issue33597@psf.upfronthosting.co.za>
2018-05-22 15:31:37methanelinkissue33597 messages
2018-05-22 15:31:37methanecreate