issues
search
zeromq
/
ingescape
Model-based framework for broker-free distributed software environments. Any language, any OS, web, cloud.
Other
61
stars
14
forks
source link
Update python binding
#51
Closed
Mathsoum
closed
1 year ago
Mathsoum
commented
1 year ago
Several fixes and improvements :
Compatibility with python 3.11
Exception handling in the callbacks (prints out the exception then releases the interpreter lock)
Fix agent events callback (context data weren't passed to the callbacks properly)
Minor renaming to match the ingescape API
Some fixes in reference counts (C side)
CI pipelines updated to build more pre-built packages
Several fixes and improvements :