mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
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
|
||||
import time
|
||||
import random
|
||||
if _prefix is None:
|
||||
import socket
|
||||
hostid = socket.gethostbyname(socket.gethostname())
|
||||
|
Loading…
Reference in New Issue
Block a user