RE: English terminology / explanation needed
From: Arild Fines <arild.fines_at_broadpark.no>
Date: 2004-05-25 22:30:44 CEST
Ben Collins-Sussman wrote:
I'd venture to guess that the message is an artifact of the Python C API for raising exceptions; they are all prefixed with PyErr_Set*
Python exceptions are set globally(in a thread-local way, I presume), and C/C++ code calling Python code needs to check whether an exception is set.
See http://docs.python.org/api/exceptionHandling.html
-- Arild AnkhSVN: http://ankhsvn.tigris.org Blog: http://ankhsvn.com/blog IRC: irc://irc.freenode.net/ankhsvn "Weaseling out of things is good. It's what separates us from the other animals....except weasels." -- Homer Simpson --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue May 25 22:31:10 2004 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.