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.13] gh-121279: Fix importlib DeprecatedAttrsTests #121319

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jul 3, 2024

Delete attributes after getting them, so the warning is emitted again when the test is run multiple times (ex: when checking for reference leaks).

Delete attributes after getting them, so the warning is emitted again
when the test is run multiple times (ex: when checking for reference
leaks).
@vstinner
Copy link
Member Author

vstinner commented Jul 3, 2024

Fix the Refleak buildbots, such as: https://buildbot.python.org/all/#/builders/1488/builds/309

@hroncok
Copy link
Contributor

hroncok commented Jul 3, 2024

This is exactly the fix I was working on.

@vstinner vstinner merged commit ec0f801 into python:3.13 Jul 3, 2024
35 checks passed
@vstinner vstinner deleted the importlib13 branch July 3, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants