We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b911f40 commit 0908e21Copy full SHA for 0908e21
patch/Python/module.modulemap.prefix
@@ -7,6 +7,7 @@ module Python {
7
exclude header "dynamic_annotations.h"
8
exclude header "errcode.h"
9
exclude header "frameobject.h"
10
+ exclude header "interpreteridobject.h"
11
exclude header "marshal.h"
12
exclude header "opcode_ids.h"
13
exclude header "opcode.h"
@@ -17,4 +18,6 @@ module Python {
17
18
exclude header "pyconfig-x86_64.h"
19
exclude header "pydtrace.h"
20
exclude header "pyexpat.h"
21
+ exclude header "pystrhex.h"
22
exclude header "structmember.h"
23
+ exclude header "token.h"
0 commit comments