Files
cpython/Lib
Victor Stinner 23f54c1200 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.
2023-09-01 14:59:09 +02:00
..
2023-05-22 14:07:36 +02:00
2023-09-01 14:59:09 +02:00
2023-03-13 15:15:52 +02:00