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

support for Python 3.11 with pybind11 v2.10.3 #11417

Merged
merged 3 commits into from
Feb 21, 2023

Conversation

maloel
Copy link
Contributor

@maloel maloel commented Feb 9, 2023

Goes with https://github.com/IntelRealSense/librealsense-deploy/pull/125 and https://github.com/IntelRealSense/librealsense_win_installer/pull/18.

Adding 3.11 (with new pybind11) causes crashes in 3.6 (in gil_scoped_acquire). Certain changes were made to the GIL stuff post-3.6. I tried debugging but any changes on our part would take a lot of testing and I'm not sure are warranted. 3.6 is already EOL.

With the new pybind11, running on 3.7+ passes libCI.

Tracked on [LRS-601]

@maloel maloel requested a review from Nir-Az February 9, 2023 06:19
@Nir-Az
Copy link
Collaborator

Nir-Az commented Feb 9, 2023

Please run RealCI and verify no repression with the new pybind

Copy link
Collaborator

@Nir-Az Nir-Az left a comment

Choose a reason for hiding this comment

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

LGTM

@maloel maloel merged commit d0709e7 into IntelRealSense:development Feb 21, 2023
@maloel maloel deleted the py311 branch February 21, 2023 13:39
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