This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dhanavaths
Recipients christian.heimes, dhanavaths
Date 2017-01-23.21:06:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485205576.59.0.872693603002.issue29347@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Christian Heimes,


PFA. I have written a some code to simulate and test PyWeakReference struct instantion and then hit segfault based on flag passed-in to C code. Here I am trying to execute some of the operations from new_weakref and dealloc_weakref of Objects/weakrefobject.c to show that new isntance of PyWeakReference is not initialized properly. Have also checked latest 3.6 source and there is no difference in alloc and dealloc routines of 2.7.8 and 3.6.0. Have run test code on 2.7.8, 2.7.12+, 3.4m and 3.5m interpreters and got segfault in all runs.
History
Date User Action Args
2017-01-23 21:06:16dhanavathssetrecipients: + dhanavaths, christian.heimes
2017-01-23 21:06:16dhanavathssetmessageid: <1485205576.59.0.872693603002.issue29347@psf.upfronthosting.co.za>
2017-01-23 21:06:16dhanavathslinkissue29347 messages
2017-01-23 21:06:16dhanavathscreate