| commit | 23f54c120067c96973619b9501fe4dff1b055188 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@python.org> | Fri Sep 01 14:59:09 2023 +0200 |
| committer | GitHub <noreply@github.com> | Fri Sep 01 14:59:09 2023 +0200 |
| tree | f76479ee74ec5a365871e0021d20f4360adc0eac | |
| parent | 3047f09490ae63f25d57efe1d14a9a65d9b5f6db [diff] |
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.