RFC: Proposal: Deterministic Object Destruction

Chris Angelico rosuav at gmail.com
Fri Mar 2 09:42:35 EST 2018


On Sat, Mar 3, 2018 at 1:18 AM,  <ooomzay at gmail.com> wrote:
> On Friday, March 2, 2018 at 8:16:22 AM UTC, Paul Rubin wrote:[snip]
>> controlling stuff like file handles
>> with scopes (like with "with") is fine.
>
> How does with work for non-trivial/composite objects that represent/reference multiple resources or even a hierarchy of such objects where all the resources held must be released in a timely fashion when finished with?
>

Can you give me an example that works with RAII but doesn't work in a
'with' statement?

ChrisA



More information about the Python-list mailing list