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

[windows] Remove python2 specific hack #2364

Merged
merged 1 commit into from
Sep 4, 2024
Merged

Conversation

gftabor
Copy link
Contributor

@gftabor gftabor commented Nov 30, 2023

This PR #1872 made windows act differently than linux because of a specific python 2 delay doing unnecessary DNS checks for localhost.

The underlying code in python is different for python3, so the hack should no longer necessary. Given that, it's better to reunify the codebase.

Fixes
RoboStack/ros-noetic#430

Standard workflow is source workspace/catkin install and then export environment variables. The current hack makes that workflow not work on windows.

This PR ros#1872 made windows act differently than linux because of a specific python 2 delay doing unnecessary DNS checks for localhost.

The underlying code in python is different for python3 so the hack is no longer necessary. Given that, its better to reunify the codebase
Copy link
Contributor

@sloretz sloretz left a comment

Choose a reason for hiding this comment

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

Thank you for the PR!

@sloretz sloretz merged commit cf0f276 into ros:noetic-devel Sep 4, 2024
2 checks passed
@gftabor gftabor deleted the patch-1 branch September 5, 2024 01:47
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