Skip to content

Conversation

@Nir-Az
Copy link
Collaborator

@Nir-Az Nir-Az commented Mar 14, 2021

Pybind's ABI is made up of compiler type among other things, but not compiler version -- so two modules with pybind compiled with VS 2019 and VS 2015 would generate the same ABI and pybind will try to share resources, crashing Python.
(see pybind/pybind11#2898)

This forces a unique ABI version that won't be shared.

Tracked on [ RS5-10582 ]

@maloel maloel merged commit 0664939 into realsenseai:development Mar 14, 2021
maloel added a commit that referenced this pull request Mar 14, 2021
@Nir-Az Nir-Az deleted the fix_pybind branch April 8, 2021 16:27
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