OpenCyphal / pycyphal

Python implementation of the Cyphal protocol stack.
https://pycyphal.readthedocs.io/
MIT License
117 stars 105 forks source link

Demo: Fix the race condition during concurrent DSDL compilation from multiple processes #276

Closed pavel-kirienko closed 1 year ago

pavel-kirienko commented 1 year ago

Fixes #274

@maksimdrachov this should resolve the Python 3.8 failure in your branch. I am planning to merge it into master so that you can merge it into your branch later.

pavel-kirienko commented 1 year ago

The 3.10 test is broken because of a deficiency of the test fixture that is already addressed in #253, which is to be merged next.