bpo-38075: Fix random_seed(): use PyObject_CallOneArg() (GH-18897)
Fix the random.Random.seed() method when a bool is passed as the seed. PyObject_Vectorcall() was misused: use PyObject_CallOneArg() instead.
V
Victor Stinner committed
00d7cd8ab8db2c1e1f591ade828f88a1a973d70f
Parent: 8510f43
Committed by GitHub <noreply@github.com>
on 3/10/2020, 2:15:14 PM