Skip to content
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

tohil::eval aborts when trying to convert certain type(s) from Python to Tcl #69

Open
NasaGeek opened this issue Nov 15, 2021 · 0 comments

Comments

@NasaGeek
Copy link
Member

Reduce reproduction of some code from pyman that triggers this:

package require tohil
tohil::import inspect
puts [tohil::eval {inspect.getmembers(inspect)}]

This causes an abort in pyObjToTcl() because _pyObjToTcl() is returning NULL. Must be some Python data type in the inspect module that we're not converting right.

NasaGeek added a commit that referenced this issue Nov 16, 2021
Something to do with type conversion from Python to Tcl.
NasaGeek added a commit that referenced this issue Nov 16, 2021
Something to do with type conversion from Python to Tcl.
NasaGeek added a commit that referenced this issue Nov 18, 2021
Something to do with type conversion from Python to Tcl.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant