• Victor Stinner's avatar
    ctypes: fix CThunkObject_new() · e33797b6
    Victor Stinner yazdı
    * Initialize restype and flags fields to fix a crash when Python runs on a
      read-only file system
    * Use Py_ssize_t type rather than int for the "i" iterator variable
    * Reorder assignements to be able to more easily check if all fields are
      initialized
    
    Issue #11048. Initial patch written by Marcin Bachry.
    e33797b6
callbacks.c 17 KB