commit | 07298a1f0434950c927f5d459fe611f73bb6d262 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Oct 18 22:45:54 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Oct 18 22:45:54 2010 +0000 |
tree | 5f15ce0df9da309c96486267a08a430268b5b4e5 | |
parent | 9e40fad193d8d8365215cf0c23fed990ff0bed9b [diff] |
zipimport: remove arbitrary length limit from message formats PyErr_Format() and PyUnicode_FromFormat() are able to allocate the right buffer size and to catch memory allocation failures.