-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the slow performance on Windows (#101)
* Remove unneeded mutex and semaphore * Remove unneeded methods * Remove more methods * Remove Windows-specific code * Revert "Remove Windows-specific code" This reverts commit b0ff584. * Restore semaphore * Revert "Restore semaphore" This reverts commit abac70a. * Do not perform regression test on Windows * Use `exec()` over `exec_()` * Fix hanging * Add comments * Register a pytest marker to avoid warning
- Loading branch information
Showing
4 changed files
with
66 additions
and
84 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
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
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
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