You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BBOT's python API should work even if it's not running in the main process. Right now, since we spawn processes of our own, some of our code is checking the name of the current process, which breaks in certain situtations.
There might be a way we can set an immutable value on first import that says, "hey, this is the name of the main process", and reference that instead.
BBOT's python API should work even if it's not running in the main process. Right now, since we spawn processes of our own, some of our code is checking the name of the current process, which breaks in certain situtations.
There might be a way we can set an immutable value on first import that says, "hey, this is the name of the main process", and reference that instead.
As requested in:
start_method
offork
#1785The text was updated successfully, but these errors were encountered: