Skip to content

Conversation

@kratsg
Copy link
Contributor

@kratsg kratsg commented Jun 15, 2021

This is a documentation-only PR that adds an additional note for users compibiling C++ extensions using the shared libraries bundled with the python package. Adding this note on the toolchain will help resolve (confusing?) segfaults that occur.

Before (toolchain) change:

  • segfault when running the minimal cpp example

After (toolchain) change:

  • no segfault when running the minimal cpp example

Please see the linked JIRA for more details.

@pitrou pitrou force-pushed the docs/pythonBindingExtensions branch from b358737 to 20cdc0e Compare June 15, 2021 18:11
Copy link
Member

@pitrou pitrou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much @kratsg . I've made minor changes and will push when CI is green.

@github-actions
Copy link

@pitrou pitrou closed this in b5fcbc6 Jun 15, 2021
sjperkins pushed a commit to sjperkins/arrow that referenced this pull request Jun 23, 2021
This is a documentation-only PR that adds an additional note for users compibiling C++ extensions using the shared libraries bundled with the python package. Adding this note on the toolchain will help resolve (confusing?) segfaults that occur.

Before (toolchain) change:

- segfault when running the minimal cpp example

After (toolchain) change:

- no segfault when running the minimal cpp example

Please see the linked JIRA for more details.

Closes apache#10535 from kratsg/docs/pythonBindingExtensions

Lead-authored-by: Giordon Stark <kratsg@gmail.com>
Co-authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
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

Successfully merging this pull request may close these issues.

2 participants