-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add lock around
argtypes
to prevent race condition, Fix Issue 7
<rev> Add lock around `argtypes` to prevent race condition between setting `argtypes` and calling functions, in cases the functions run in parallel. Some special cases needed unconditional locks around both the setting of `argtypes` and the actual function call, like the variadic power-up state functions in system.py, and the register events functions in task.py. <rev> Fix issue - `tests/max_config/nidaqmxMaxConfig.nce` is a binary file and hard to track in git history, since I'm modifying the file anyway. #7
- Loading branch information
1 parent
fe11664
commit 82f7ee5
Showing
50 changed files
with
15,215 additions
and
6,291 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.