From 093971595342e974e5be197b184cd06153b500e6 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Mon, 9 Jan 2023 16:13:13 -0700 Subject: [PATCH] fixup! Rebuild globals() table in child processes on Windows to minimize changes --- btest | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/btest b/btest index a5e61113..bcdfd2a4 100755 --- a/btest +++ b/btest @@ -12,7 +12,6 @@ import glob import hashlib import io import json -import locale import optparse import os import os.path @@ -453,7 +452,7 @@ class TestManager(mp_managers.SyncManager): # processes post-btest-exit when using CTRL-C during the input # stage. if Options.mode == "UPDATE_INTERACTIVE": - self.threadRun(0) + self.threadRun(0, mgr_data) else: try: # Create a set of processes for running each of the tests. This isn't the actual