Commit Graph

3 Commits

Author SHA1 Message Date
William S Fulton 86e5e8d5e2 Don't run abi3audit on builtin test 2024-03-25 07:52:50 +00:00
William S Fulton cd367b0305 Avoid testing python_runtime_data.multicpptest for builtin and stable abi 2023-12-19 22:26:38 +00:00
Eugene Toder f733efd3c0 Use different capsule names with and without -builtin
Types generated with and without -builtin are not compatible. Mixing
them in a common type list leads to crashes. Avoid this by using
different capsule names: "type_pointer_capsule" without -builtin and
"type_pointer_capsule_builtin" with.

See #1684
2022-03-18 13:44:54 -04:00