Skip to content
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