daniloagst
daniloagst
I stumbled on this issue almost an hour ago, and sadly none of the solutions above worked for me. So I started diagnosing the problem on my own and here...
Use mypy stub files to extract information about arguments and types of builtin and stdlib functions
What about using `.pyi` files as *hints*? They could add initial typing information, which could be invalidated at the first available inference made by the brain module about the object,...
I've seen the same mistake, and it is a huge one, impacting performance and being theoretically incorrect. The fact that this issue dates from more than 5 months ago shows...
Hi, Sorry for the (enormous) delay. I've been very busy lately. I understand your point: not trying to transform the code into a mix of thread-safe and non thread-safe land....
Sadly it seems the author abandoned this repo. In this case it would be thoughtful if he shared control over it, otherwise the open PRs and Issues will remain forever...