Re: [Python-Dev] Profile Guided Optimization active by-default

2015-08-23 Thread Patrascu, Alecsandru
I removed the zip file and uploaded the patches individually. Alecsandru From: Brett Cannon [mailto:br...@python.org] Sent: Sunday, August 23, 2015 4:47 AM To: Patrascu, Alecsandru; python-dev@python.org Subject: Re: [Python-Dev] Profile Guided Optimization active by-default On Sat, 22 Aug 20

Re: [Python-Dev] tp_finalize vs tp_del sematics

2015-08-23 Thread Armin Rigo
Hi Valentine, On 19 August 2015 at 09:53, Valentine Sinitsyn wrote: > why it wasn't possible to > implement proposed CI disposal scheme on top of tp_del? I'm replying here as best as I understand the situation, which might be incomplete or wrong. From the point of view of someone writing a C ex