explain why this is its own file

This commit is contained in:
Jeff Epler 2022-12-13 13:19:10 -06:00
parent 5ac622a30d
commit d40ba94449
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
* THE SOFTWARE.
*/
// These functions are separate from __init__.c so that os.getenv() can be
// tested in the unix "coverage" build, without bringing in "our" os module
#include <stdlib.h>
#include <string.h>