|
|
|
|
|
by macspoofing
1190 days ago
|
|
>2. The async nature of the library is unpleasant. Can never be sure when/where your code will run. >3. Lots of 'magic' Python variables and methods that you have to override, but there's no way to discover them in your IDE through the type system ... >5. It seems to leak memory. Welcome to Python. =) |
|