spot/wrap/python
Alexandre Duret-Lutz 9ad062b247 Fix two spurious segfaults in test cases for the Python interface.
* wrap/python/tests/setxor.py, wrap/python/tests/bddnqueen.py:
Clean all used bdd variables before calling bdd_done(), so that
bdd_delref() is never called after bdd_done().  In NDEBUG builds,
bdd_delref() does not check whether the BuDDy is running or not,
and calling it after bdd_done() will crash.
2011-04-09 17:33:42 +02:00
..
ajax Using double borders for acceptance states in SBAs. 2011-03-05 10:26:20 +01:00
cgi-bin Using double borders for acceptance states in SBAs. 2011-03-05 10:26:20 +01:00
tests Fix two spurious segfaults in test cases for the Python interface. 2011-04-09 17:33:42 +02:00
.cvsignore Update to SWIG 1.3.22. 2004-09-20 16:35:46 +00:00
.gitignore more files to ignore 2011-01-27 21:47:47 +01:00
buddy.i Include <cstddef> in python modules to workaround Swig bug. 2011-03-29 22:52:17 +02:00
Makefile.am Preliminary implementation of an ajax-based ltl2tgba translator. 2011-01-18 16:31:33 +01:00
spot.i Include <cstddef> in python modules to workaround Swig bug. 2011-03-29 22:52:17 +02:00