{9} Proper Python Thread Support
As of right now the connection process blocks the entire Python app while it's working, which can be fixed with a simple patch provided.
All that needed to be done was to wrap the blocking code in the Python C macros: Py_BEGIN_ALLOW_THREADS Py_END_ALLOW_THREADS
around the connect code.
Note:
See TracReports for help on using and creating reports.
