X Tutup
Skip to content

[3.13] gh-132742: Improve tests for fcntl.ioctl() (GH-132791)#133066

Merged
serhiy-storchaka merged 1 commit intopython:3.13from
serhiy-storchaka:backport-ed8e886-3.13
Apr 28, 2025
Merged

[3.13] gh-132742: Improve tests for fcntl.ioctl() (GH-132791)#133066
serhiy-storchaka merged 1 commit intopython:3.13from
serhiy-storchaka:backport-ed8e886-3.13

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Apr 28, 2025

  • Use better tests for integer argument.
  • Add also parallel tests for tcflush() and tcflow().

(cherry picked from commit ed8e886)

)

* Use better tests for integer argument.
* Add also parallel tests for tcflush() and tcflow().
(cherry picked from commit ed8e886)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app bedevere-app bot added awaiting core review tests Tests in the Lib/test dir labels Apr 28, 2025
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) April 28, 2025 07:59
@serhiy-storchaka serhiy-storchaka merged commit 0d53872 into python:3.13 Apr 28, 2025
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup