Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
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
Add some space
  • Loading branch information
rruuaanng committed Sep 28, 2024
commit faf3898aadc2cb3dae7cb0ffa156e8d2c9dfb483
2 changes: 1 addition & 1 deletion Lib/test/test_sys.py
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ def test_implementation(self):

if hasattr(sys.implementation, '_architecture'):
Comment thread
rruuaanng marked this conversation as resolved.
Outdated
self.assertIn(sys.implementation._architecture,
['win32', 'amd64', 'arm32', 'arm64', ''])
['win32', 'amd64', 'arm32', 'arm64', ''])
Comment thread
rruuaanng marked this conversation as resolved.

@test.support.cpython_only
def test_debugmallocstats(self):
Expand Down