spot/wrap/python
Alexandre Duret-Lutz 6ff4fa9722 Work around weird Python 3.5 generator/iterator interaction
* wrap/python/spot.py: Python 3.5 reports some unexpected SystemError
messages when the stack of iterator(...(iterator(generator))) we build
for random LTL generation raises a StopIteration.  The messages are
attached either to delete_formula or delete_randltlgenerator, claiming
that these functions exit with an error; but I have checked that they
do not.  I've been unable to understand the cause of the issue.
Replacing the generator by an iterator at least fixes the problem in a
way that is transparent for our API.
* wrap/python/tests/randltl.ipynb: Adjust expected formulas.
2015-10-03 15:46:05 +02:00
..
ajax * wrap/python/ajax/spotcgi.in: Fix typo. 2015-10-01 11:36:15 +02:00
tests Work around weird Python 3.5 generator/iterator interaction 2015-10-03 15:46:05 +02:00
.gitignore help git --status by ignoring more files 2015-09-09 00:49:13 +02:00
buddy.i buddy: rename libbdd to libbddx 2014-10-30 20:58:10 +01:00
Makefile.am revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
spot.py Work around weird Python 3.5 generator/iterator interaction 2015-10-03 15:46:05 +02:00
spot_impl.i python: do not crash when a function returns a null formula 2015-10-03 15:46:05 +02:00