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 aa8b96f commit d63890cCopy full SHA for d63890c
tests/cc/current_py_cc_headers/BUILD.bazel
@@ -21,6 +21,7 @@ current_py_cc_headers_test_suite(name = "current_py_cc_headers_tests")
21
cc_binary(
22
name = "bin_abi3",
23
srcs = ["bin_abi3.cc"],
24
+ defines = ["Py_LIMITED_API=0x030A0000"],
25
linkshared = True,
26
deps = [
27
"//python/cc:current_py_cc_headers_abi3",
0 commit comments