Skip to content

Commit 0908e21

Browse files
committed
Add missing modulemap base files.
1 parent b911f40 commit 0908e21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

patch/Python/module.modulemap.prefix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module Python {
77
exclude header "dynamic_annotations.h"
88
exclude header "errcode.h"
99
exclude header "frameobject.h"
10+
exclude header "interpreteridobject.h"
1011
exclude header "marshal.h"
1112
exclude header "opcode_ids.h"
1213
exclude header "opcode.h"
@@ -17,4 +18,6 @@ module Python {
1718
exclude header "pyconfig-x86_64.h"
1819
exclude header "pydtrace.h"
1920
exclude header "pyexpat.h"
21+
exclude header "pystrhex.h"
2022
exclude header "structmember.h"
23+
exclude header "token.h"

0 commit comments

Comments
 (0)