devdanzin / fusil

Fusil is a multi-agent Python library used to write fuzzing programs
GNU General Public License v2.0
10 stars 1 forks source link

Support running sources with different Python versions #19

Open devdanzin opened 2 weeks ago

devdanzin commented 2 weeks ago

It would be interesting to allow passing multiple Python interpreters and to have the code be run by each of them. It would help characterize issues as debug/version dependent and might help finding more issues.