Re: [Cython] Python subinterpreters support problem in v0.29

2018-12-11 Thread Ricardo Dias
On 11/12/18 19:39, Stefan Behnel wrote: > Ricardo Dias schrieb am 10.12.18 um 14:42: >> In the recent Cython 0.29 version was introduced a commit [1] that >> hinders the usage of python subinterpreters. >> >> I discovered this the hard way when suddenly a component I was working >> on started to

Re: [Cython] Python subinterpreters support problem in v0.29

2018-12-11 Thread Nathaniel Smith
(resending to cython-devel list since my first attempt bounced) On Tue, Dec 11, 2018, 11:56 Nathaniel Smith FYI – you should be aware that subinterpreters are poorly tested (AFAIK > ceph is the third project to try using them, ever), not well supported in > general, and there has even been some d

Re: [Cython] Python subinterpreters support problem in v0.29

2018-12-11 Thread Stefan Behnel
Ricardo Dias schrieb am 10.12.18 um 14:42: > In the recent Cython 0.29 version was introduced a commit [1] that > hinders the usage of python subinterpreters. > > I discovered this the hard way when suddenly a component I was working > on started to crash. The component in question is the ceph-mgr

[Cython] Python subinterpreters support problem in v0.29

2018-12-11 Thread Ricardo Dias
Hi Cython developers, In the recent Cython 0.29 version was introduced a commit [1] that hinders the usage of python subinterpreters. I discovered this the hard way when suddenly a component I was working on started to crash. The component in question is the ceph-mgr daemon from the Ceph project