Thanks to visit codestin.com
Credit goes to github.com

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
Fix mangled name
  • Loading branch information
markshannon committed Mar 25, 2024
commit 4078e91339742e76c4bc8777747537da2a2a7391
2 changes: 1 addition & 1 deletion Lib/test/test_long.py
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@ class MyInt(int):
)

# GC-117195 -- This shouldn't crash
object.__sizeof(1)
object.__sizeof__(1)

if __name__ == "__main__":
unittest.main()