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 bohdan
Recipients bohdan, sharmila
Date 2008-06-12.19:40:26
SpamBayes Score 0.0066882637
Marked as misclassified No
Message-id <f6a156d60806121240h22d336adx748eaa220bdbffa0@mail.gmail.com>
In-reply-to <1213204403.94.0.850075670557.issue3066@psf.upfronthosting.co.za>
Content
The list is not the problem. The problem is the other reference, from
"<socket._fileobject object at 0xf7d42c34>".

Also note that the workaround (u.fp.recv = None) removes the second
reference.

This is fine (at least in CPython), because the socket is destroyed when the
refcount reaches zero, thus calling the finalizer.
Files
File name Uploaded
unnamed bohdan, 2008-06-12.19:40:25
History
Date User Action Args
2008-06-12 19:40:28bohdansetspambayes_score: 0.00668826 -> 0.0066882637
recipients: + bohdan, sharmila
2008-06-12 19:40:26bohdanlinkissue3066 messages
2008-06-12 19:40:26bohdancreate