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-03 11:28:46 -04:00
2014-12-31 18:10:13 -06:00
2015-01-28 17:10:48 +02:00
2014-02-19 23:05:26 -05:00