exchange: fix locking to actually be scoped
The previous code was taking locks before entering with statements, so exception before the with statement would not release the lock (except for garbage collection).
parent
eb11153c1698
No related branches found
No related tags found
Loading
Please register or sign in to comment