Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Error / Stacktrace when python module fails #25

Closed
lsgroup opened this issue Jan 13, 2020 · 1 comment
Closed

Error / Stacktrace when python module fails #25

lsgroup opened this issue Jan 13, 2020 · 1 comment

Comments

@lsgroup
Copy link

lsgroup commented Jan 13, 2020

Describe what happened:
an error with the python script that cannot be caught - like a SyntaxError

Describe what you expected:
meaningful error reported in go

Steps to reproduce the issue:
run a python module with improper indenting

@hush-hush
Copy link
Member

hush-hush commented Feb 13, 2020

Hi @lsgroup,

This binding is a very low level one which mimic the CPython API. So you have to use the function available in CPython for error handling (which this repo bind to Go). But the wrapper won't handle error in itself.

Feel free to reopen this issue or another one if needed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants