Skip to content

Commit d40ba94

Browse files
committed
explain why this is its own file
1 parent 5ac622a commit d40ba94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shared-module/os/getenv.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
* THE SOFTWARE.
2525
*/
2626

27+
// These functions are separate from __init__.c so that os.getenv() can be
28+
// tested in the unix "coverage" build, without bringing in "our" os module
29+
2730
#include <stdlib.h>
2831
#include <string.h>
2932

0 commit comments

Comments
 (0)