SIGN IN SIGN UP

Make test_fcntl quiet (#108758)

Running test_fcntl logs two "struct.pack: ..." lines because
multiprocessing imports test_fcntl twice with
test.support.verbose=1. Move get_lockdata() inside TestFcntl test
case and only call it where it's needed, to stop logging these lines.
V
Victor Stinner committed
23f54c120067c96973619b9501fe4dff1b055188
Parent: 3047f09
Committed by GitHub <noreply@github.com> on 9/1/2023, 12:59:09 PM