diff --git a/NEWS b/NEWS index df08882e8..68b5f8edc 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,8 @@ New in spot 2.3.1.dev (not yet released) Python: - - The bdd_to_formula() function can now be called in Python. + - The bdd_to_formula(), and to_generalized_buchi() functions can now + be called in Python. Documentation: diff --git a/python/spot/impl.i b/python/spot/impl.i index 5da4cec60..fedae556e 100644 --- a/python/spot/impl.i +++ b/python/spot/impl.i @@ -134,6 +134,7 @@ #include #include #include +#include #include #include #include @@ -536,6 +537,7 @@ def state_is_accepting(self, src) -> "bool": %include %include %include +%include %traits_swigtype(spot::scc_info_node); %fragment(SWIG_Traits_frag(spot::scc_info_node)); %include