forked from pool/python-invoke
3e8a2ac7b43d3ecec36e952e401f8cfb5c8be9892027aba994569532d27eb0a6
* [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
Description
No description provided
Languages
RPM Spec
100%