Skip to content

Commit 2e3aa7e

Browse files
gpsheadclaude
andcommitted
Remove unnecessary putenv("PYTHONMALLOC=") from test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 59f51a2 commit 2e3aa7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Programs/_testembed.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,6 @@ static int hook_check_initialized_on_site_import(
22232223

22242224
static int test_isinitialized_false_during_site_import(void)
22252225
{
2226-
putenv("PYTHONMALLOC=");
22272226
_initialized_during_site_import = -1;
22282227

22292228
/* Register audit hook before initialization */

0 commit comments

Comments
 (0)