8000 gh-101758: Fix Refleak Testing With test_singlephase_variants by ericsnowcurrently · Pull Request #101969 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-101758: Fix Refleak Testing With test_singlephase_variants #101969

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

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into fix-refleak-in-single-phase-test
  • Loading branch information
ericsnowcurrently committed Feb 16, 2023
commit bb2b40a55313d387d9b101f542ca74c5c3c8b9c6
1 change: 1 addition & 0 deletions Lib/test/test_imp.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ def test_issue16421_multiple_modules_in_one_dll(self):
imp.load_dynamic('nonexistent', pathname)

@unittest.skip('known refleak (temporarily skipping)')
@requires_subinterpreters
@requires_load_dynamic
def test_singlephase_multiple_interpreters(self):
# Currently, for every single-phrase init module loaded
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0