mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
This commit is contained in:
parent
bab0db6076
commit
410759fba8
6 changed files with 15 additions and 41 deletions
|
@ -369,7 +369,6 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
|
|||
'legacy_windows_fs_encoding': 0,
|
||||
})
|
||||
DEFAULT_CORE_CONFIG.update({
|
||||
'dll_path': GET_DEFAULT_CONFIG,
|
||||
'legacy_windows_stdio': 0,
|
||||
})
|
||||
|
||||
|
@ -466,8 +465,6 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
|
|||
'filesystem_errors': sys.getfilesystemencodeerrors(),
|
||||
'module_search_paths': core_config['module_search_paths'],
|
||||
}
|
||||
if sys.platform == 'win32':
|
||||
data['dll_path'] = core_config['dll_path']
|
||||
|
||||
data = json.dumps(data)
|
||||
data = data.encode('utf-8')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue