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, vstinner
Date 2016-03-19.10:05:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
sock_finalize() is only called explicitly if there is a reference cycle. This is why sock_dealloc() has to call it.
History
Date User Action Args
2016-03-19 10:05:05pitrousetrecipients: + pitrou, vstinner
2016-03-19 10:05:05pitrousetmessageid: <[email protected]>
2016-03-19 10:05:05pitroulinkissue26590 messages
2016-03-19 10:05:05pitroucreate