Re: [Python-Dev] PEP 442 accepted

2013-06-15 Thread Antoine Pitrou
On Sat, 15 Jun 2013 14:57:49 +1000 Nick Coghlan wrote: > On 15 June 2013 03:34, Antoine Pitrou wrote: > > On Wed, 5 Jun 2013 09:10:54 -0700 > > Benjamin Peterson wrote: > >> I (and Guido) are accepting PEP 442 (Safe object finalization) on the > >> condition that finalizers are only ever called

Re: [Python-Dev] PEP 442 accepted

2013-06-14 Thread Nick Coghlan
On 15 June 2013 03:34, Antoine Pitrou wrote: > On Wed, 5 Jun 2013 09:10:54 -0700 > Benjamin Peterson wrote: >> I (and Guido) are accepting PEP 442 (Safe object finalization) on the >> condition that finalizers are only ever called once globally. > > Ok, so there's an issue with that condition: it

Re: [Python-Dev] PEP 442 accepted

2013-06-14 Thread Antoine Pitrou
On Fri, 14 Jun 2013 19:34:41 +0200 Antoine Pitrou wrote: > On Wed, 5 Jun 2013 09:10:54 -0700 > Benjamin Peterson wrote: > > I (and Guido) are accepting PEP 442 (Safe object finalization) on the > > condition that finalizers are only ever called once globally. > > Ok, so there's an issue with tha

Re: [Python-Dev] PEP 442 accepted

2013-06-14 Thread Antoine Pitrou
On Wed, 5 Jun 2013 09:10:54 -0700 Benjamin Peterson wrote: > I (and Guido) are accepting PEP 442 (Safe object finalization) on the > condition that finalizers are only ever called once globally. Ok, so there's an issue with that condition: it can't be upholded on non-GC objects. Creating a non-GC

Re: [Python-Dev] PEP 442 accepted

2013-06-05 Thread Antoine Pitrou
Le 05/06/2013 18:10, Benjamin Peterson a écrit : I (and Guido) are accepting PEP 442 (Safe object finalization) on the condition that finalizers are only ever called once globally. Congratulations to Antoine on writing yet another PEP that deeply touches the core language in a way that everyone

[Python-Dev] PEP 442 accepted

2013-06-05 Thread Benjamin Peterson
I (and Guido) are accepting PEP 442 (Safe object finalization) on the condition that finalizers are only ever called once globally. Congratulations to Antoine on writing yet another PEP that deeply touches the core language in a way that everyone can agree is an improvement.. I look forward to rev