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 serhiy.storchaka
Recipients benjamin.peterson, serhiy.storchaka, stutzbach, tzickel
Date 2018-11-10.17:58:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541872717.88.0.788709270274.issue35210@psf.upfronthosting.co.za>
In-reply-to
Content
When you remove the original reference, the second reference keeps the bytearray object live. When you remove or just resize the bytes object, the memoryview object becomes referring to freed memory.
History
Date User Action Args
2018-11-10 17:58:37serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson, stutzbach, tzickel
2018-11-10 17:58:37serhiy.storchakasetmessageid: <1541872717.88.0.788709270274.issue35210@psf.upfronthosting.co.za>
2018-11-10 17:58:37serhiy.storchakalinkissue35210 messages
2018-11-10 17:58:37serhiy.storchakacreate