@Christian Heimes

RAII is more than cleaning resource at the end of function, it is that while 
you are using class - resource will be available ...
You can move resource using modern C++ `std::move` ant lots of other features 
that could improve readability and maintainability of the code
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/NUKSLDAZ5FIZUE7NXZIGRJ64PTKJMKTQ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to