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 neyuru
Recipients neyuru, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-01-09.05:01:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547010094.25.0.275369600875.issue35693@roundup.psfhosted.org>
In-reply-to
Content
when running <rt.bat -x64> test_httpservers fails:


0:04:53 [171/407] test_httpservers
E:\RepoGiT\3.6\lib\socket.py:144: ResourceWarning: unclosed <socket.socket [closed] fd=1312, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0>
  _socket.socket.__init__(self, family, type, proto, fileno)
E:\RepoGiT\3.6\lib\test\support\__init__.py:1542: ResourceWarning: unclosed <socket.socket [closed] fd=1988, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0>
  gc.collect()
test test_httpservers failed -- multiple errors occurred; run in verbose mode for details


full run on attached file
History
Date User Action Args
2019-01-09 05:01:37neyurusetrecipients: + neyuru, paul.moore, tim.golden, zach.ware, steve.dower
2019-01-09 05:01:34neyurusetmessageid: <1547010094.25.0.275369600875.issue35693@roundup.psfhosted.org>
2019-01-09 05:01:34neyurulinkissue35693 messages
2019-01-09 05:01:34neyurucreate