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 <1458381905.27.0.290915671908.issue26590@psf.upfronthosting.co.za>
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: <1458381905.27.0.290915671908.issue26590@psf.upfronthosting.co.za>
2016-03-19 10:05:05pitroulinkissue26590 messages
2016-03-19 10:05:05pitroucreate