Jim Paris
965537d8cb
Occasional segfaults may be the result of performing thread-unsafe operations. This class decorator verifies that all of its methods are called in a thread-safe manner. It can separately warn about: - two threads calling methods in a function (the kind of thing sqlite doesn't like) - recursion - concurrency (two different threads functions at the same time)
20 lines
255 B
Plaintext
20 lines
255 B
Plaintext
test_printf.py
|
|
test_threadsafety.py
|
|
test_lrucache.py
|
|
test_mustclose.py
|
|
|
|
test_serializer.py
|
|
test_iteratorizer.py
|
|
|
|
test_timestamper.py
|
|
test_layout.py
|
|
test_rbtree.py
|
|
test_interval.py
|
|
|
|
test_bulkdata.py
|
|
test_nilmdb.py
|
|
test_client.py
|
|
test_cmdline.py
|
|
|
|
test_*.py
|