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

[3.11] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) #122506

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 31, 2024

(cherry picked from commit f071f01)

Co-authored-by: Russell Keith-Magee [email protected]
Co-authored-by: Gregory P. Smith [email protected]

…importlib.reload. (pythonGH-122493)

(cherry picked from commit f071f01)

Co-authored-by: Russell Keith-Magee <[email protected]>
Co-authored-by: Gregory P. Smith <[email protected]>
@gpshead
Copy link
Member

gpshead commented Jul 31, 2024

for @ambv - this series of backports is a followup to the security backport so that the tests are robust as reload(socket) causes problems with singleton sentinel values.

@ambv ambv merged commit c5655aa into python:3.11 Aug 2, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants