• Victor Stinner's avatar
    Issue #18609, #18408: _ctypes_add_traceback() now clears the current exception · 044c5168
    Victor Stinner yazdı
    while adding the traceback, because it may call indirectly a Python function
    and Python functions must not be called with an exception set.
    
    In the case of the issue #18609, _ctypes_add_traceback() called the iso8859-1
    decoder which is implemented in Python. Python has a ISO-8859-1 codec
    implemented in C. It is not used because PyUnicode_Decode() only uses the C
    codec for other names (aliases) of this codec ("latin-1", "latin1" and
    "iso-8859-1").
    044c5168
Adı
Son kayıt (commit)
Son güncelleme
..
darwin Loading commit data...
libffi Loading commit data...
libffi_arm_wince Loading commit data...
libffi_msvc Loading commit data...
libffi_osx Loading commit data...
_ctypes.c Loading commit data...
_ctypes_test.c Loading commit data...
_ctypes_test.h Loading commit data...
callbacks.c Loading commit data...
callproc.c Loading commit data...
cfield.c Loading commit data...
ctypes.h Loading commit data...
ctypes_dlfcn.h Loading commit data...
libffi.diff Loading commit data...
malloc_closure.c Loading commit data...
stgdict.c Loading commit data...