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 serhiy.storchaka
Date 2017-10-03.12:04:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507032263.31.0.213398074469.issue31675@psf.upfronthosting.co.za>
In-reply-to
Content
There is a memory leak in Tkinter's methods splitlines() and split() when pass a string larger than 2 GiB (when encoded to UTF-8).
History
Date User Action Args
2017-10-03 12:04:23serhiy.storchakasetrecipients: + serhiy.storchaka
2017-10-03 12:04:23serhiy.storchakasetmessageid: <1507032263.31.0.213398074469.issue31675@psf.upfronthosting.co.za>
2017-10-03 12:04:23serhiy.storchakalinkissue31675 messages
2017-10-03 12:04:23serhiy.storchakacreate