]> granicus.if.org Git - python/commit
PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject
authorGeorg Brandl <georg@python.org>
Thu, 2 Apr 2009 18:09:04 +0000 (18:09 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 2 Apr 2009 18:09:04 +0000 (18:09 +0000)
commitd3f03fa715f9f82ab512a444f8452ac5e5c87d3a
tree7adb6e88b1c29c316ede5f00ee91ca5187e54fb1
parentdd98e04c5737554ebf6a3fe4ff0be304e8ec537a
PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject
call on hitting the recursion limit into just assigning it to the arguments provided.
Misc/NEWS
Python/errors.c