Message58382
> So, what's the final status of __del__ in py3K? The other bit of leak
> is due to _real_close() not being called when a socket is dropped on the
> floor (say, you try to connect, fail, and raise the exception back to
> the caller, without ever explicitly calling close() on the opened
> socket). It looks like the __del__ method in SSLSocket isn't being called.
There are no current plans to change __del__ in Py3k. |
|
| Date |
User |
Action |
Args |
| 2007-12-10 23:17:09 | gvanrossum | set | spambayes_score: 0.110663 -> 0.110663 recipients:
+ gvanrossum, amaury.forgeotdarc, janssen, christian.heimes |
| 2007-12-10 23:17:09 | gvanrossum | link | issue1469 messages |
| 2007-12-10 23:17:09 | gvanrossum | create | |
|