We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac622a commit d40ba94Copy full SHA for d40ba94
1 file changed
shared-module/os/getenv.c
@@ -24,6 +24,9 @@
24
* THE SOFTWARE.
25
*/
26
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
+
30
#include <stdlib.h>
31
#include <string.h>
32
0 commit comments