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

Check which Python C API calls need error handling in python_ext_dataframe.cc #813

Open
tkilias opened this issue May 31, 2023 · 0 comments
Labels
refactoring Code improvement without behavior change

Comments

@tkilias
Copy link
Collaborator

tkilias commented May 31, 2023

Background

  • In python_ext_dataframe.cc we use the Python C API extensively, but some calls currently don't do error handling
  • We need to evaluate for which calls we need to do proper error handling
  • This is especially critical for the functions used to convert data from C to Python and back
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

No branches or pull requests

1 participant