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

Update Pybind to 2.11.1 #1489

Merged
merged 2 commits into from
Aug 8, 2023
Merged

Conversation

franzpoeschel
Copy link
Contributor

@franzpoeschel franzpoeschel commented Aug 1, 2023

This update contains pybind/pybind11#4623 which is necessary for #1432.

TODO:

  • Update docs

@franzpoeschel franzpoeschel added third party third party libraries that are shipped and/or linked frontend: Python3 labels Aug 1, 2023
from distutils.command.build_ext import build_ext as _build_ext
from distutils.extension import Extension as _Extension
from distutils.command.build_ext import build_ext as _build_ext # type: ignore[assignment]
from distutils.extension import Extension as _Extension # type: ignore[assignment]

Check warning

Code scanning / CodeQL

Importing value of mutable attribute Warning

Importing the value of 'Extension' from
module distutils.extension
means that any change made to
distutils.extension.Extension
will be not be observed locally.
@ax3l ax3l self-requested a review August 8, 2023 17:31
@ax3l ax3l self-assigned this Aug 8, 2023
@ax3l ax3l merged commit 1df8049 into openPMD:dev Aug 8, 2023
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend: Python3 third party third party libraries that are shipped and/or linked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants