mirror of
https://github.com/apache/thrift.git
synced 2026-03-26 04:32:07 +00:00
Client: py Patch: Carel Combrink This closes #3239 - Disclaimer: Claude came up with this - Python 3.14 made files explicitly unpicklable for reasons - The out can't be pickled in SummaryReporter - stop in TestDispatcher is an instance method that should not be captured Delay the imports to where they are needed - Claude believes this is due to the way that the server is called vs the client is called and the server does not have enough time to set up completely Attempt to fix issue with python 3.14 - Looks like python is getting more strict about scoping - Decided to go with a local option instead of global or module variable