[issue10248] Fix resource warnings in test_xmlrpclib

2012-07-07 Thread Brian Brazil
Brian Brazil added the comment: Looks like someone else has already fixed this. -- resolution: -> out of date status: open -> closed ___ Python tracker ___

[issue10248] Fix resource warnings in test_xmlrpclib

2010-10-30 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +loewis stage: -> patch review type: -> resource usage versions: +Python 3.2 ___ Python tracker ___ ___

[issue10248] Fix resource warnings in test_xmlrpclib

2010-10-30 Thread Brian Brazil
New submission from Brian Brazil : I'm not 100% comfortable with this patch as my knowledge of the xmlrpc interface is very limited, a simple p.close() would seem cleaner - but that doesn't work. -- files: test_xmlrpclib_fd_leak.patch keywords: patch messages: 119983 nosy: bbrazil prio