ipbus / ipbus-software

Software that implements a reliable high-performance control link for particle physics electronics, based on the IPbus protocol
https://ipbus.web.cern.ch
GNU General Public License v3.0
22 stars 24 forks source link

Python: Automatically block SIGBUS on import #284

Closed tswilliams closed 1 year ago

tswilliams commented 1 year ago

Supersedes #282 - implements same functionality, but using static member function from SigBusGuard (to avoid duplication).

Also adds test for this, to avoid regression in future.