]> granicus.if.org Git - python/commit
Now all error paths of _freeze_importlib use 'goto error' and the error label cleans...
authorChristian Heimes <christian@cheimes.de>
Sun, 21 Jul 2013 21:05:04 +0000 (23:05 +0200)
committerChristian Heimes <christian@cheimes.de>
Sun, 21 Jul 2013 21:05:04 +0000 (23:05 +0200)
commit43d82df406114223c70961f0774d622536a0629d
tree079cd231440758a509a0f1df8c3759dffd1ccf98
parent0f9b7d32c73dd4e729fbb7f779f99f4e84644578
Now all error paths of _freeze_importlib use 'goto error' and the error label cleans up all used resources.
Modules/_freeze_importlib.c