Message286116
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. |
|
Date |
User |
Action |
Args |
2017-01-23 21:06:16 | dhanavaths | set | recipients:
+ dhanavaths, christian.heimes |
2017-01-23 21:06:16 | dhanavaths | set | messageid: <1485205576.59.0.872693603002.issue29347@psf.upfronthosting.co.za> |
2017-01-23 21:06:16 | dhanavaths | link | issue29347 messages |
2017-01-23 21:06:16 | dhanavaths | create | |
|