Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 50c2850fc86d1aeee901029d28a8d64899c8e7e5 https://github.com/python/cpython/commit/50c2850fc86d1aeee901029d28a8d64899c8e7e5 Author: Adrian Wielgosik <adrian17 at users.noreply.github.com> Date: 2017年06月23日 (2017年6月23日) Changed paths: M Python/ceval.c Log Message: ----------- Trivial cleanup: remove redundant variable stores in ceval.c (#2012) Redundant code leftover from cleanup in #16191: the variable `err` is being written to, even though it wasn't used after that point.