• Tim Peters's avatar
    Repair mangled code in the Windows flavor of · 67d70eb9
    Tim Peters yazdı
    posix__getfullpathname().
    
    In partial answer to the now-deleted XXX comment:
    
    	/* XXX(twouters) Why use 'et#' here at all? insize isn't used */
    
    `insize` is an input parameter too, and it was left uninitialized,
    leading to seemingly random failures.
    67d70eb9
posixmodule.c 202 KB