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
Update Lib/test/support/__init__.py
Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
  • Loading branch information
hyeongyun0916 and corona10 authored Mar 1, 2023
commit ca6a96e32ae476f93084cc83414ca3d475fa59f2
1 change: 1 addition & 0 deletions Lib/test/support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1894,6 +1894,7 @@ def setswitchinterval(interval):
interval = minimum_interval
return sys.setswitchinterval(interval)


def get_pagesize():
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread
hyeongyun0916 marked this conversation as resolved.
"""Get size of a page in bytes."""
try:
Expand Down