Skip to content

Commit

Permalink
Merge pull request #6359 from RobbeSneyders/transforms
Browse files Browse the repository at this point in the history
[BEAM-5323] Finish Python 3 porting for utils module
  • Loading branch information
aaltay authored Sep 10, 2018
2 parents fff465d + 43a4635 commit 520b3a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion sdks/python/apache_beam/utils/retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def wrapper(*args, **kwargs):
# Traceback objects in locals can cause reference cycles that will
# prevent garbage collection. Clear it now since we do not need
# it anymore.
sys.exc_clear()
exn_traceback = None

return wrapper
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ commands =
setenv =
BEAM_EXPERIMENTAL_PY3=1
modules =
apache_beam.coders,apache_beam.tools
apache_beam.coders,apache_beam.tools,apache_beam.utils
commands =
python --version
pip --version
Expand Down

0 comments on commit 520b3a2

Please sign in to comment.