mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Issue #10250: fix resource warnings in test_urllib2_localnet. Patch by Brian Brazil.
This commit is contained in:
parent
8d2b51b46a
commit
b6751dcff2
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ def stop(self):
|
|||
self._stop_server = True
|
||||
|
||||
self.join()
|
||||
self.httpd.server_close()
|
||||
|
||||
def run(self):
|
||||
self.ready.set()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue