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 jkloth
Recipients CharlieClark, Dominik Geldmacher, Manjusaka, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-05-06.15:22:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557156173.86.0.980592165588.issue36792@roundup.psfhosted.org>
In-reply-to
Content
So does that mean that simply doing:

import locale, time
locale.setlocale(locale.LC_ALL, 'de_DE')
time.localtime(time.time())

is enough to trigger the heap corruption?  If yes, then what is the output of:

import locale, time
locale.setlocale(locale.LC_ALL, 'de_DE')
time.strftime('%Z')
History
Date User Action Args
2019-05-06 15:22:53jklothsetrecipients: + jkloth, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, Manjusaka, CharlieClark, Dominik Geldmacher
2019-05-06 15:22:53jklothsetmessageid: <1557156173.86.0.980592165588.issue36792@roundup.psfhosted.org>
2019-05-06 15:22:53jklothlinkissue36792 messages
2019-05-06 15:22:53jklothcreate