brushtechnology / fabricate

The better build tool. Finds dependencies automatically for any language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not use private threading class, `_Condition`

MatthewScholefield opened this issue · comments

On my system, with parallel builds I get the following error:

Error: exception <class 'AttributeError'> at line 950
Error: unexpected results handler exit

Which refers to elif isinstance(a.do, threading._Condition):