• Kevin Modzelewski's avatar
    Fix 'stack smashing' bug · 88b6a093
    Kevin Modzelewski authored
    Was using the 'n' format character which expects a Py_ssize_t*, but was passing an int*.
    Switch to using the 'i' character.
    88b6a093
slots_test.c 9.92 KB