Martin Panter eeb896c411 Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
This avoids possible buffer overreads when int(), float(), compile(), exec()
and eval() are passed bytes-like objects. Similar code is removed from the
complex() constructor, where it was not reachable.

Patch by John Leitch, Serhiy Storchaka and Martin Panter.
2015-11-07 02:32:21 +00:00
..
2015-05-18 22:19:42 +03:00
2015-07-04 19:58:11 -05:00
2015-04-23 17:06:33 -04:00
2014-03-14 21:54:41 -05:00