|
This is important when you write code that deals with a resource that has to be released immediately and not asynchronously so you cannot rely on `__gc`, e.g. a database transaction, a mutex, arguably some file descriptors...
[1] https://docs.python.org/2.5/whatsnew/pep-343.html