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 sdaoden
Recipients r.david.murray, sdaoden
Date 2011-04-19.14:35:42
SpamBayes Score 3.460618e-05
Marked as misclassified No
Message-id <1303223743.26.0.299504535353.issue11867@psf.upfronthosting.co.za>
In-reply-to
Content
Short glance into it, and after
commenting out 
    self.c_sock_close = self.c_sock_shutdown = True
in the parent process it ends up as
(maybe i can spend more time this evening):


15:36 ~/tmp $ python3 -E -Wd -m test -r -w -uall test_mailbox
Using random seed 9754656
[1/1] test_mailbox
/Users/steffen/usr/opt/py3k/lib/python3.3/mailbox.py:723:  ResourceWarning: unclosed <socket.socket object, fd=5, family=2, type=1, proto=0>
  return self._toc[key]
/Users/steffen/usr/opt/py3k/lib/python3.3/mailbox.py:77: ResourceWarning: unclosed <socket.socket object, fd=5, family=2, type=1, proto=0>
  return self.get_message(key)
1 test OK.
[118589 refs]
History
Date User Action Args
2011-04-19 14:35:43sdaodensetrecipients: + sdaoden, r.david.murray
2011-04-19 14:35:43sdaodensetmessageid: <1303223743.26.0.299504535353.issue11867@psf.upfronthosting.co.za>
2011-04-19 14:35:42sdaodenlinkissue11867 messages
2011-04-19 14:35:42sdaodencreate