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 ctarn
Recipients ctarn, eric.snow, steven.daprano, terry.reedy
Date 2019-12-21.07:20:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576912851.37.0.86662037792.issue39110@roundup.psfhosted.org>
In-reply-to
Content
I tried to remove list(), and just use cmd like `_ = d[0:1]`, and it surprisingly changed d[0].owner from d to d[0:1]!
The file attached is updated.
I pretty sure that it is a (serious) bug. Please check it more carefully. Thanks.
History
Date User Action Args
2019-12-21 07:20:51ctarnsetrecipients: + ctarn, terry.reedy, steven.daprano, eric.snow
2019-12-21 07:20:51ctarnsetmessageid: <1576912851.37.0.86662037792.issue39110@roundup.psfhosted.org>
2019-12-21 07:20:51ctarnlinkissue39110 messages
2019-12-21 07:20:51ctarncreate