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 Trundle, benjamin.peterson, dmalcolm, jcea, meador.inge, ncoghlan, neologix, pitrou, python-dev, skrah, techtonik, tim.peters, vstinner
Date 2012-12-17.09:16:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwafpEo7-d7+J5p_g7N_y_hEmPPYOyC7PBM7y-9Gbqfa8w@mail.gmail.com>
In-reply-to <1355732128.3319.1.camel@localhost.localdomain>
Content
sys.gettotalrefcount() is only defined when Python is compiled in
debug mode. sys.getallocatedblocks() should only be available when the
right debug option is present. This function is specific to CPython
anyway, Python module should not rely on this (too much) ;-)
History
Date User Action Args
2012-12-17 09:16:21vstinnersetrecipients: + vstinner, tim.peters, jcea, ncoghlan, pitrou, techtonik, benjamin.peterson, Trundle, skrah, dmalcolm, meador.inge, neologix, python-dev
2012-12-17 09:16:21vstinnerlinkissue13390 messages
2012-12-17 09:16:21vstinnercreate