python: fix return of is_rabin_like() and is_streett_like()

* python/spot/impl.i: Fix instantiation of vector_rs_pairs.
* tests/python/setacc.py: Add test cases.
* NEWS: Mention the bugs.
This commit is contained in:
Alexandre Duret-Lutz 2018-10-31 19:43:26 +01:00
parent 266581b272
commit 5bb9c87d4c
3 changed files with 25 additions and 2 deletions

4
NEWS
View file

@ -78,7 +78,9 @@ New in spot 2.6.3.dev (not yet released)
Bugs fixed:
- The pair of acc_cond::mark_t returned by
acc_code::used_inf_fin_sets() was not usable in Python.
acc_code::used_inf_fin_sets(), and the pair (bool,
vector_rs_pairs) by acc_cond::is_rabin_like() and
acc_cond::is_streett_like() were not usable in Python.
New in spot 2.6.3 (2018-10-17)