Skip to content

a2sh3r/deadlock-test-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deadlock Test Suite

This test suite is presented for further testing of the add-on to the static analyzer ___ for analyzing multi-threaded applications in Python with GIL disabled

Info:

To work with this test suite, you need a version of Python with GIL disabled

Python 3.9 - Python version with GIL disabled provided by Sam Gross

PEP 703 - the article describing problems with disabling GIL

CWE used:

Environment:

You need to install pyenv and python-nogil via this command:

pyenv install nogil-3.9.10-1

Switch python3 to nogil-3.9.10-1:

pyenv local nogil-3.9.10-1 

Running tests:

And all that's left to do is run this:

python3 main.py 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages