python: make sure spot.automata() terminates the command
Fixes #341. * python/spot/__init__.py (automata): Rewrite and simplify using the subprocess context manager. * tests/python/341.py: New file. * tests/Makefile.am: Add it. * NEWS: Mention the issue.
This commit is contained in:
parent
6afc2d45e0
commit
cbfbf53617
4 changed files with 62 additions and 19 deletions
3
NEWS
3
NEWS
|
|
@ -59,6 +59,9 @@ New in spot 2.5.2.dev (not yet released)
|
|||
- "autfilt -B --sat-minimize" was incorrectly producing
|
||||
transition-based automata.
|
||||
|
||||
- Using spot.automata("cmd...|") to read just a few automata out of
|
||||
an infinite stream would not properly terminate the command.
|
||||
|
||||
New in spot 2.5.2 (2018-03-25)
|
||||
|
||||
Bugs fixed:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue