Skip to content

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

Importing the value of 'Extension' from [module distutils.extension](1) means that any change made to [distutils.extension.Extension](2) 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
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.

3 participants