|
|
|
|
|
by neilkk
829 days ago
|
|
This isn't correct. TFA said that small threaded programs had been run successfully, but that the test suite broke in asyncio. Async I/O and threads are two different things, and either can be present in real code without the other. |
|
I have ran a lot of programs containing race conditions successfully many times until I ran into an issue.