Improved subprocess performance, bug fixes
·
102 commits
to main
since this release
This release:
- improves performance handling subprocesses (Unix only);
- fixes a bug reporting subprocess data merge errors if tests close stderr;
- fixes a bug not passing the script name as a string in sys.argv[0] when executing a script directly;
- fixes a bug attempting to print coverage when none was collected;