Skip to content

Commit c4fe456

Browse files
committed
[libc++] Fixes building with Python 3.8.
This addresses the post-commit issues reported in #101880.
1 parent 8c67f14 commit c4fe456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/generate_feature_test_macro_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,7 @@ def produce_docs():
19571957

19581958
@dataclass
19591959
class Metadata:
1960-
headers: list[str] = None
1960+
headers: List[str] = None
19611961
test_suite_guard: str = None
19621962
libcxx_guard: str = None
19631963

0 commit comments

Comments
 (0)