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 serhiy.storchaka
Recipients eitan.adler, methane, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2018-06-01.07:03:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527836606.73.0.682650639539.issue33597@psf.upfronthosting.co.za>
In-reply-to
Content
There are also problems with func_name and func_qualname. func_name can be an instance of the str subtype and has __dict__. func_qualname seems can be of any type.

Even if they would be exact strings, excluding them from tp_traverse will break functions that calculate the total size of the memory consumed by the specified set of objects by calling sys.getsizeof() recursively.
History
Date User Action Args
2018-06-01 07:03:26serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, methane, yselivanov, eitan.adler
2018-06-01 07:03:26serhiy.storchakasetmessageid: <1527836606.73.0.682650639539.issue33597@psf.upfronthosting.co.za>
2018-06-01 07:03:26serhiy.storchakalinkissue33597 messages
2018-06-01 07:03:26serhiy.storchakacreate