go-python / gpython

gpython is a python interpreter written in go "batteries not included"
BSD 3-Clause "New" or "Revised" License
870 stars 95 forks source link

Error when i try to get the `__doc__` from a type like `str` #229

Closed natanfeitosa closed 8 months ago

natanfeitosa commented 8 months ago
Python 3.4.0 (, )
[Gpython ]
- os/arch: linux/amd64
- go version: go1.21.5
>>> "".__doc__
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: "'str' has no attribute '__doc__'"