Skip to content

Commit

Permalink
fixup! Rebuild globals() table in child processes on Windows to minim…
Browse files Browse the repository at this point in the history
…ize changes
  • Loading branch information
timwoj committed Jan 9, 2023
1 parent abfc620 commit 0939715
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions btest
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import glob
import hashlib
import io
import json
import locale
import optparse
import os
import os.path
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0939715

Please sign in to comment.