You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure stdout filename object is not garbage-collected while in use in C
Store the output of `force_bytes(stdout_f)` in a live object to ensure
it is not garbage-collected before it is used within samtools_dispatch().
This fixes a test failure on i386 (SamtoolsTest/PysamTest for calmd).
0 commit comments