Message318366
| 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:26 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, vstinner, methane, yselivanov, eitan.adler |
| 2018-06-01 07:03:26 | serhiy.storchaka | set | messageid: <1527836606.73.0.682650639539.issue33597@psf.upfronthosting.co.za> |
| 2018-06-01 07:03:26 | serhiy.storchaka | link | issue33597 messages |
| 2018-06-01 07:03:26 | serhiy.storchaka | create | |