commit | c00eb73a309d5e9a4e89c3114b32eda88bd83e98 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Wed Apr 09 23:16:37 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Wed Apr 09 23:16:37 2008 +0000 |
tree | faec1107bc64ecfc8f230d9f294a02503a530e45 | |
parent | f10832005599cb78b20ccbae63adf8a9450ba2bf [diff] |
Raise SystemError when size < 0 is passed into PyString_FromStringAndSize, PyBytes_FromStringAndSize or PyUnicode_FromStringAndSize. [issue2587]