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 e14a3457353ea11e8dcc8be416d11ffc798543e6
1 change: 1 addition & 0 deletions Lib/test/support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1906,6 +1906,7 @@ def get_pagesize():
page_size = 4096
return page_size
Comment thread
hyeongyun0916 marked this conversation as resolved.


@contextlib.contextmanager
def disable_faulthandler():
import faulthandler
Expand Down