14
0
forked from pool/python-invoke
Commit Graph

1 Commits

Author SHA256 Message Date
3e8a2ac7b4 - Update to 2.2.1
* [Bug] #1038: (fixed in #1040) Python 3.14 tweaked the behavior
    of fcntl to raise SystemError on buffer overflows, which our
    interpretation of termios.TIOCGWINSZ technically was (we care
    only about the first two fields in what is technically a four-
    field struct with half the fields unused). This has been fixed
    by unpacking all 4 fields and then discarding the unused fields
    during processing.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invoke?expand=0&rev=53
2025-11-11 16:26:02 +00:00