I am looking for help in making
https://github.com/apache/thrift/pull/2787 work, from experts of Python
libraries.
As a context, I am trying to migrate the current CI into GitHub actions
by introducing per language CI steps. So far compiler itself, libraries
including Java, Kotlin, rust, and Swift
sumanthakur1976 opened a new pull request, #2788:
URL: https://github.com/apache/thrift/pull/2788
This patch fixes the problem with uncheckd data
conversion read from the network. Currently, code
reads data from the network, converts it to
i32, and then blindly converts it to usize (