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 pitrou
Recipients pitrou, serhiy.storchaka, skrah, vstinner
Date 2018-05-31.14:20:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
Yes, tp_clear can be called with refcount > 0.  It's exactly why it's
separate from tp_dealloc, actually :-)
History
Date User Action Args
2018-05-31 14:20:54pitrousetrecipients: + pitrou, vstinner, skrah, serhiy.storchaka
2018-05-31 14:20:54pitroulinkissue33713 messages
2018-05-31 14:20:54pitroucreate