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

Fix importlib_metadata warning on Python 3.10. #365

Merged
merged 1 commit into from
Apr 7, 2022

Conversation

clalancette
Copy link
Contributor

@clalancette clalancette commented Apr 6, 2022

This makes it use the newer select interface when available,
but fallback to the dict interface as needed.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

Connects to ros2/ros2#1254

This makes it use the newer select interface when available,
but fallback to the dict interface as needed.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette clalancette merged commit 4d23cd1 into master Apr 7, 2022
@clalancette clalancette deleted the clalancette/importlib-warnings-fix branch April 7, 2022 17:26
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.

None yet

2 participants