mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.88k stars 586 forks source link

Fix settings context manager leaks on exception #1193

Closed ghost closed 3 years ago

ghost commented 3 years ago

Fix settings context manager does not do proper cleanup when an exception is raised.

mvantellingen commented 3 years ago

Thanks!