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, fdrake, xiang.zhang
Date 2017-02-04.09:18:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486199921.01.0.393863418332.issue29347@psf.upfronthosting.co.za>
In-reply-to
Content
Hi xiang,


I have already patched our build environment with the fix and tested it locally. Although I cannot test it in production, have taken out the code of new_weakref, init_weakref and clear_weakref from weakrefobject.c. Changed init_weakref to initialize wr_prev and wr_next with NULL and verified that test program does crash after fix.
History
Date User Action Args
2017-02-04 09:18:41dhanavathssetrecipients: + dhanavaths, fdrake, christian.heimes, xiang.zhang
2017-02-04 09:18:41dhanavathssetmessageid: <1486199921.01.0.393863418332.issue29347@psf.upfronthosting.co.za>
2017-02-04 09:18:40dhanavathslinkissue29347 messages
2017-02-04 09:18:40dhanavathscreate