summaryrefslogtreecommitdiff
path: root/Programs/_testembed.c
diff options
context:
space:
mode:
Diffstat (limited to 'Programs/_testembed.c')
-rw-r--r--Programs/_testembed.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Programs/_testembed.c b/Programs/_testembed.c
index 2cadf82cb1..b12594799b 100644
--- a/Programs/_testembed.c
+++ b/Programs/_testembed.c
@@ -354,8 +354,6 @@ static int test_init_global_config(void)
putenv("PYTHONUNBUFFERED=");
Py_UnbufferedStdioFlag = 1;
- Py_FrozenFlag = 1;
-
/* FIXME: test Py_LegacyWindowsFSEncodingFlag */
/* FIXME: test Py_LegacyWindowsStdioFlag */
@@ -497,9 +495,6 @@ static int test_init_from_config(void)
config.check_hash_pycs_mode = L"always";
- Py_FrozenFlag = 0;
- config._frozen = 1;
-
err = _Py_InitializeFromConfig(&config);
if (_Py_INIT_FAILED(err)) {
_Py_ExitInitError(err);