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

Martin v. Löwis report at bugs.python.org
Fri May 23 16:01:08 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

People might get confused that errno is modified "without reason".

I don't understand the need for the TLS, either - can't you just read
and write the "true" errno (which will also be thread-local)?

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


More information about the Python-bugs-list mailing list