Message341526
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') |
|
| Date |
User |
Action |
Args |
| 2019-05-06 15:22:53 | jkloth | set | recipients:
+ jkloth, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, Manjusaka, CharlieClark, Dominik Geldmacher |
| 2019-05-06 15:22:53 | jkloth | set | messageid: <[email protected]> |
| 2019-05-06 15:22:53 | jkloth | link | issue36792 messages |
| 2019-05-06 15:22:53 | jkloth | create | |
|