mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
[codemod] Fix non-matching bracket pairs (GH-28473)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
a007347100
commit
8f943ca257
29 changed files with 35 additions and 33 deletions
|
@ -481,7 +481,7 @@ def customize_compiler(_config_vars):
|
|||
|
||||
This customization is performed when the first
|
||||
extension module build is requested
|
||||
in distutils.sysconfig.customize_compiler).
|
||||
in distutils.sysconfig.customize_compiler.
|
||||
"""
|
||||
|
||||
# Find a compiler to use for extension module builds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue