Message188427
Commit 8c1385205a35 causes segmentation fault (in non-debug build) or abort (in debug build) during interpreter shutdown after copying of e.g. bytes or object().
$ python -c 'import copy; copy.copy(b""); print("text")'
text
Segmentation fault
$ python -c 'import copy; copy.copy(object()); print("text")'
text
Segmentation fault |
|
Date |
User |
Action |
Args |
2013-05-05 04:57:25 | Arfrever | set | recipients:
+ Arfrever, terry.reedy, amaury.forgeotdarc, ncoghlan, pitrou, ned.deily, python-dev, pconnell, theDarkBrainer, isoschiz |
2013-05-05 04:57:25 | Arfrever | set | messageid: <1367729845.72.0.43625077521.issue17408@psf.upfronthosting.co.za> |
2013-05-05 04:57:25 | Arfrever | link | issue17408 messages |
2013-05-05 04:57:25 | Arfrever | create | |
|