issues Search Results · repo:go-python/gpython language:Go
Filter by
103 results
(88 ms)103 results
ingo-python/gpython (press backspace or delete to remove)Hi, I m binding some go functions to a python module and a couple years ago my application would panic if the go
function panicked. In recent versions I think there may have been a recover added somewhere ...
versionqw
- Opened on Dec 22, 2024
- #237
File /opt/homebrew/Cellar/python@3.9/3.9.20/Frameworks/Python.framework/Versions/3.9/lib/python3.9/json/init.py ,
line 339, offset 80 raise TypeError(f the JSON object must be str, bytes or bytearray, ...
enhancement
shellquery
- 1
- Opened on Oct 22, 2024
- #236
I ll be honest; I m completely new to this project and know next to nothing about it, so if there s a known reason Cgo
wouldn t work, sorry. However, I think that using Cgo could be an easy(ish) way to ...
AverseABFun
- 6
- Opened on Oct 11, 2024
- #235
import builtins
builtins.id
Traceback (most recent call last):
File stdin , line 1, in module
AttributeError: module has no attribute id
builtins.dir
Traceback (most recent ...
QGB
- 2
- Opened on Apr 19, 2024
- #234
Builtin string type doesn t support join, upper and lower functions/attributes.
# fails with missing attribute
, .join(list)
hello world .upper()
HELLo .lower()
- [ ] str.join
- [x] str.upper ...
good first issue
dankox
- 1
- Opened on Feb 12, 2024
- #232
I failed to parse a file that includes f-string (string interpolation).
Could you please implement this feature?
skyleaworlder
- Opened on Jan 20, 2024
- #231
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 ...
natanfeitosa
- Opened on Dec 26, 2023
- #229
I have the small script below that I try to test:
import sys
def pre_save(value, numb):
if value == value :
return( accepted by Python script + sys.version)
else:
return( refused by Python script ...
ghost
- 2
- Opened on Aug 31, 2023
- #224
https://github.com/micropython/micropython-lib/tree/c113611765278b2fc8dcf8b2f2c3513b35a69b39
It s micro python standard library, it does not have any c-runtime stuff, it should compatible with goython ...
yingshaoxo
- 1
- Opened on Aug 16, 2023
- #223
When I use gpython as a plugin parser, I use reflect and recurrence to achieve a more general type conversion because of
the trouble of type conversion.
Support mutual conversion of go type and gpython ...
wetor
- 6
- Opened on Mar 13, 2023
- #220

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.