Skip to content

Commit

Permalink
python: sync PEP 739 format
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <[email protected]
  • Loading branch information
FFY00 committed Dec 21, 2024
1 parent 3afd77c commit 4cf19fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesonbuild/modules/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def __init__(self, python: 'PythonExternalProgram', interpreter: 'Interpreter'):
assert isinstance(prefix, str), 'for mypy'

if python.build_config:
self.version = python.build_config['version']
self.version = python.build_config['language']['version']
self.platform = python.build_config['platform']
self.suffix = python.build_config['abi']['extension_suffix']
self.limited_api_suffix = python.build_config['abi']['stable_abi_suffix']
Expand Down

0 comments on commit 4cf19fb

Please sign in to comment.