go-python/gpython

builtin: implement isinstance

xarus01 opened this issue · 0 comments

>>> isinstance(1, int)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
    FIXME line of source goes here
NameError: "name 'isinstance' is not defined"