Daniel R Stromberg
Daniel R Stromberg
It seems like if `__iter__` and `__next__` weren't blocklisted in Shedskin, then these 2 methods could be used to export generators to CPython. Granted, it'd be nice if yield worked...
It appears that the kombilo in github master mostly works on Python 3.7. Apparently, it's just pypi that has a version that doesn't work on 3.x.
Does mypy really use assert isinstance? I got the impression it was a separate check run during "build", kind of like pylint or pyflakes. On Thu, Oct 19, 2017 at...
On Mon, Oct 23, 2017 at 11:28 AM, RafeSacks wrote: > Thanks for the replies to my comment. > > @ngrilly : Does pylint take advantage of > mypy? The...
I just noticed that https://stromberg.dnsalias.org/~strombrg/fractal-dragon/ which also uses tkinter, has the same problem - so perhaps it's a problem with tkinter on my system.