-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gopy: import+reimport same package crashes interpreter #27
Comments
this is most probably: golang/go#11100 |
Something similar I face while executing a python code from go. In my scenario, I need to log this error, but next execution should succeed. But here after first exception in python no python calls are possble at all and I need to re-start the go service again. Kindly suggest, how to tackle this scenario. |
@shtripat are you sure this is the correct issue tracker for this? (ie: aren't you confusing with sbinet/go-python ?) thanks. |
for old version, closing |
with
python-2.7
:The text was updated successfully, but these errors were encountered: