-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor and drop the complexity of the multi-interpreter runtime.
Removes the "main" go routine being used to protect the main interpreter now that the Python lifecycle is better understood. Cleans up the single interpreter implementation as well to bring them closer to one another in terms of implementation.
- Loading branch information
Showing
3 changed files
with
82 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.