Re: [Cython] tp_alloc() vs. object.__new__() (was: Cython 0.20 beta 2)

2014-01-12 Thread Robert Bradshaw
On Sun, Jan 12, 2014 at 1:21 AM, Stefan Behnel wrote: > Stefan Behnel, 12.01.2014 09:20: >> The only thing that is still a bit unclear to me is whether calling >> object.__new__() from extension types was a good idea: >> >> https://github.com/cython/cython/commit/ddaffbe78c06e580ca0d9cd334c7a28a4d

[Cython] tp_alloc() vs. object.__new__() (was: Cython 0.20 beta 2)

2014-01-12 Thread Stefan Behnel
Stefan Behnel, 12.01.2014 09:20: > The only thing that is still a bit unclear to me is whether calling > object.__new__() from extension types was a good idea: > > https://github.com/cython/cython/commit/ddaffbe78c06e580ca0d9cd334c7a28a4de5c40b > > It means that we are now running a couple of saf