mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815)
Automerge-Triggered-By: @pablogsal
This commit is contained in:
parent
1ed83adb0e
commit
436b648910
2 changed files with 1 additions and 5 deletions
|
@ -485,8 +485,6 @@ static int test_init_from_config(void)
|
|||
|
||||
config.install_signal_handlers = 0;
|
||||
|
||||
putenv("PYTHONOLDPARSER=1");
|
||||
|
||||
/* FIXME: test use_environment */
|
||||
|
||||
putenv("PYTHONHASHSEED=42");
|
||||
|
@ -673,7 +671,6 @@ static void set_most_env_vars(void)
|
|||
putenv("PYTHONNOUSERSITE=1");
|
||||
putenv("PYTHONFAULTHANDLER=1");
|
||||
putenv("PYTHONIOENCODING=iso8859-1:replace");
|
||||
putenv("PYTHONOLDPARSER=1");
|
||||
putenv("PYTHONPLATLIBDIR=env_platlibdir");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue