python: fix binding of used_inf_fin_sets()

* python/spot/impl.i: Here.
* tests/python/setacc.py: Test it.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2018-10-31 15:48:39 +01:00
parent 234c9c298f
commit 266581b272
3 changed files with 18 additions and 1 deletions

5
NEWS
View file

@ -75,6 +75,11 @@ New in spot 2.6.3.dev (not yet released)
used to check whether a formula or an automaton represents a
liveness property.
Bugs fixed:
- The pair of acc_cond::mark_t returned by
acc_code::used_inf_fin_sets() was not usable in Python.
New in spot 2.6.3 (2018-10-17)
Bugs fixed: