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 berker.peksag, ghaering, serhiy.storchaka
Date 2019-09-16.17:15:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568654122.05.0.00429388363067.issue38175@roundup.psfhosted.org>
In-reply-to
Content
New changeset 8debfa50407107ff2329d01081cdc12d359f1d12 by Serhiy Storchaka in branch 'master':
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
https://github.com/python/cpython/commit/8debfa50407107ff2329d01081cdc12d359f1d12
History
Date User Action Args
2019-09-16 17:15:22serhiy.storchakasetrecipients: + serhiy.storchaka, ghaering, berker.peksag
2019-09-16 17:15:22serhiy.storchakasetmessageid: <1568654122.05.0.00429388363067.issue38175@roundup.psfhosted.org>
2019-09-16 17:15:22serhiy.storchakalinkissue38175 messages
2019-09-16 17:15:21serhiy.storchakacreate