We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98eee7f commit ef297f2Copy full SHA for ef297f2
distutils/compat/__init__.py
@@ -7,7 +7,7 @@ def consolidate_linker_args(args: list[str]) -> str:
7
"""
8
Ensure the return value is a string for backward compatibility.
9
10
- Retain until at least 2024-10-31.
+ Retain until at least 2024-04-31. See pypa/distutils#246
11
12
13
if not all(arg.startswith('-Wl,') for arg in args):
0 commit comments