You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
8 lines
247 B
Python
8 lines
247 B
Python
# From Python 2.6. distutils/sysconfig.py
|
|
def get_config_vars(_config_vars, args):
|
|
if _config_vars:
|
|
if args == 1:
|
|
if args < 8:
|
|
for key in ('LDFLAGS', 'BASECFLAGS'):
|
|
_config_vars[key] = 4
|