[Python-Dev] Re: [Webmaster] Python for Mac OS X Catalina

2019-08-17 Thread Ana Simion via Python-Dev
Dear All, Thank you very much for your quick responses - I’ve managed to install it via Finder rather than clicking directly on the link in the downloads bar. Many thanks, Ana Simion > On 16 Aug 2019, at 17:50, Ned Deily wrote: > > On Aug 16, 2019, at 06:11, Ronald Oussoren via Python-De

[Python-Dev] subtype_dealloc causes segfaults on c heap type subclasses

2019-08-17 Thread Eddie Elizondo
Hi everyone, I found a bug in subtype_dealloc causing segfaults when used with C heap types. Given that it modifies the deallocation routine of every instance, I thought it was important to surface this in here as well. Also worth noting, this blocks the adoption of PEP384 in C Extension modul