]> granicus.if.org Git - python/commit
This is Pete Shinners' patch from his bug report
authorMichael W. Hudson <mwh@python.net>
Wed, 14 Jul 2004 11:28:06 +0000 (11:28 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 14 Jul 2004 11:28:06 +0000 (11:28 +0000)
commitc849e63eb080274f0c9ade654a7f1ffc7ecc3cf3
tree754d650d36150e6c3f9a7b9c12904dfd16bcb47a
parent8cec3ab0e44a65d9bb0b70f6963defd21dbeccbf
This is Pete Shinners' patch from his bug report

[ 984722 ] Py_BuildValue loses reference counts on error

I'm ever-so-slightly uneasy at the amount of work this can do with an
exception pending, but I don't think that this can result in anything
more serious than a strange error message.
Python/modsupport.c