8000 gh-76785: Drop PyInterpreterID_Type by ericsnowcurrently · Pull Request #117101 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-76785: Drop PyInterpreterID_Type #117101

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
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
Next Next commit
Drop a commented-out line.
  • Loading branch information
ericsnowcurrently committed Mar 21, 2024
commit c377fde6edfc37e736361cf9aca7ed5c014bc7d7
2 changes: 0 additions & 2 deletions Lib/test/test_capi/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2207,8 +2207,6 @@ def test_module_state_shared_in_global(self):
@requires_subinterpreters
class InterpreterIDTests(unittest.TestCase):

# InterpreterID = _testcapi.get_interpreterid_type()

def check_id(self, interpid, *, force=False):
if force:
return
Expand Down
0