Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove threading check and add override flag
Python will always think its in the mainthread, regardless of if it was started from C via a pthread. You are considered "off the main thread" when a new thread is spawned from your current instance. Because there is no way to know whether we started python with something like jaunch or the terminal, the only way to bypass the macOS interactive mode block is to introduce an override flag.
- Loading branch information