Message82029
| Author | ajaksu2 |
|---|---|
| Recipients | ajaksu2, jbrouwers, perrygreenfield |
| Date | 2009-02-14.12:22:28 |
| SpamBayes Score | 2.4737226e-05 |
| Marked as misclassified | No |
| Message-id | <1234614149.99.0.809362003963.issue808164@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Current code is:
def close(self):
self._sock = _closedsocket()
dummy = self._sock._dummy
for method in _delegate_methods:
setattr(self, method, dummy)
close.__doc__ = _realsocket.close.__doc__
It sure seems to be trying to avoid __del__ issues, does it fix this bug? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-02-14 12:22:30 | ajaksu2 | set | recipients: + ajaksu2, jbrouwers, perrygreenfield |
| 2009-02-14 12:22:29 | ajaksu2 | set | messageid: <1234614149.99.0.809362003963.issue808164@psf.upfronthosting.co.za> |
| 2009-02-14 12:22:28 | ajaksu2 | link | issue808164 messages |
| 2009-02-14 12:22:28 | ajaksu2 | create | |