bpo-31347: _PyObject_FastCall_Prepend: do not call memcpy if args might not be null (#3329)
Passing NULL as the second argument to to memcpy is undefined behavior even if the size is 0.
B
Benjamin Peterson committed
a3070d530c70477273cacbc61660b318582fff44
Parent: db56423
Committed by GitHub <noreply@github.com>
on 9/5/2017, 5:23:42 AM