mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
bpo-44854: Remove trailing whitespaces (GH-27689)
This commit is contained in:
parent
7d14fdb03c
commit
058fb35b57
13 changed files with 15 additions and 15 deletions
|
|
@ -91,7 +91,7 @@ def get_preprocessor(*,
|
|||
macros = list(_resolve_file_values(filename, file_macros))
|
||||
if file_incldirs:
|
||||
incldirs = [v for v, in _resolve_file_values(filename, file_incldirs)]
|
||||
|
||||
|
||||
def preprocess(**kwargs):
|
||||
if file_macros and 'macros' not in kwargs:
|
||||
kwargs['macros'] = macros
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue