Re: [Python-Dev] Pre-PEP: Redesigning extension modules

2013-09-07 Thread Eric Snow
On Mon, Sep 2, 2013 at 7:02 AM, Nick Coghlan wrote: > The hook API I currently have in mind is a two step initialisation: > > PyImport_PrepareNAME (optional) > PyImport_ExecNAME > Should we also look at an API change for the initfunc() of PyImport_Inittab entries? Currently the function

Re: [Python-Dev] DTRACE support

2013-09-07 Thread Nick Coghlan
On 7 September 2013 19:06, Antoine Pitrou wrote: > On Sat, 7 Sep 2013 08:57:07 +0200 > Xavier Morel wrote: >> >> On 2013-09-07, at 05:40 , Jesus Cea wrote: >> >> > -BEGIN PGP SIGNED MESSAGE- >> > Hash: SHA1 >> > >> > On 06/09/13 20:33, Antoine Pitrou wrote: >> >> On Fri, 06 Sep 2013 18:14

Re: [Python-Dev] when to fix cross-version bugs?

2013-09-07 Thread Nick Coghlan
On 7 Sep 2013 02:43, "Ethan Furman" wrote: > > On 09/06/2013 07:51 AM, Ethan Furman wrote: >> >> >> What guidelines determine when a bug is fixed in previous versions? > > > On 09/06/2013 08:29 AM, Brian Curtin wrote: >> >> >> If it's a bug in that version and the version is accepting bug fixes, >

Re: [Python-Dev] DTRACE support

2013-09-07 Thread Antoine Pitrou
On Sat, 7 Sep 2013 08:57:07 +0200 Xavier Morel wrote: > > On 2013-09-07, at 05:40 , Jesus Cea wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 06/09/13 20:33, Antoine Pitrou wrote: > >> On Fri, 06 Sep 2013 18:14:26 +0200 Jesus Cea wrote: > >>> > >>> It is intrusive. Y