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 xiang.zhang
Recipients christian.heimes, dhanavaths, fdrake, xiang.zhang
Date 2017-02-04.14:16:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486217776.26.0.43355568367.issue29347@psf.upfronthosting.co.za>
In-reply-to
Content
Saida, I changed your test program to use set instead of self created type (see attachment). I tested it under Py2.7 and it seems no crash happens.

python test.py 1 1
2.7.10 (default, Oct 14 2015, 16:09:02) 
[GCC 5.2.1 20151010]
0x101010101010101
0x1010101010101
Segmentation fault (core dumped)

python test.py 1 1
2.7.10 (default, Oct 14 2015, 16:09:02) 
[GCC 5.2.1 20151010]
(nil)
(nil)

It's appreciated if you are willing to make more tests or even in your build environment. :-)
History
Date User Action Args
2017-02-04 14:16:16xiang.zhangsetrecipients: + xiang.zhang, fdrake, christian.heimes, dhanavaths
2017-02-04 14:16:16xiang.zhangsetmessageid: <1486217776.26.0.43355568367.issue29347@psf.upfronthosting.co.za>
2017-02-04 14:16:16xiang.zhanglinkissue29347 messages
2017-02-04 14:16:16xiang.zhangcreate