[Python-checkins] r82716 - python/branches/import_unicode/Python/ceval.c

Victor Stinner victor.stinner at haypocalc.com
Fri Jul 9 02:29:17 CEST 2010


Le vendredi 09 juillet 2010 01:33:28, victor.stinner a écrit :
> Author: victor.stinner
> Date: Fri Jul  9 01:33:28 2010
> New Revision: 82716
> 
> Log:
> ceval: remove filename debug variable
> 
> _PyUnicode_AsString() may raise an exception

Another solution is to store and then restore the exception (eg. as does 
mywrite()) and set filename to NULL on error.

-- 
Victor Stinner
http://www.haypocalc.com/


More information about the Python-checkins mailing list