mirror of https://github.com/python/cpython
choose_boundary(): This no longer uses random, so stop importing it.
This commit is contained in:
parent
080da28bdb
commit
04b9d47941
|
@ -125,7 +125,6 @@ def choose_boundary():
|
||||||
|
|
||||||
global _prefix
|
global _prefix
|
||||||
import time
|
import time
|
||||||
import random
|
|
||||||
if _prefix is None:
|
if _prefix is None:
|
||||||
import socket
|
import socket
|
||||||
hostid = socket.gethostbyname(socket.gethostname())
|
hostid = socket.gethostbyname(socket.gethostname())
|
||||||
|
|
Loading…
Reference in New Issue