[issue1798] Add ctypes calling convention that allows safe access of errno

Thomas Heller report at bugs.python.org
Fri May 23 17:37:59 CEST 2008


Thomas Heller <theller at ctypes.org> added the comment:

> How can Python run arbitrary code between the return from a ctypes
> method and the next Python instruction? None of the code should have any
> effect on errno.

By freeing objects because their refcount has reached zero?

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1798>
__________________________________


More information about the Python-bugs-list mailing list