]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:11 +0000 (23:05 +0200)
committerChristian Heimes <christian@cheimes.de>
Sun, 21 Jul 2013 21:05:11 +0000 (23:05 +0200)
commite5378e2223c00bdf3b7eb36a9c19b89d24feb0f9
tree34078820174a027c29af512ab412c9db970fbd5e
parentc3e10c237b977ef7e180085f9ba04f58b663b122
parent43d82df406114223c70961f0774d622536a0629d
Now all error paths of _freeze_importlib use 'goto error' and the error label cleans up all used resources.
Modules/_freeze_importlib.c