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
3 lines
80 B
OpenEdge ABL
3 lines
80 B
OpenEdge ABL
%module python_runtime_data_nobuiltin
|
|
|
|
%include "python_runtime_data_builtin.i"
|