Skip to content

Commit cfc84f8

Browse files
committed
Add comment
1 parent f275b63 commit cfc84f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/initconfig.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3452,6 +3452,7 @@ PyInitConfig_Create(void)
34523452
void
34533453
PyInitConfig_Free(PyInitConfig *config)
34543454
{
3455+
/* PyInitConfig_Free(NULL) has no effect */
34553456
if (config == NULL) {
34563457
return;
34573458
}

0 commit comments

Comments
 (0)