Skip to content

Commit 520b3a2

Browse files
authored
Merge pull request #6359 from RobbeSneyders/transforms
[BEAM-5323] Finish Python 3 porting for utils module
2 parents fff465d + 43a4635 commit 520b3a2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: sdks/python/apache_beam/utils/retry.py

-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def wrapper(*args, **kwargs):
209209
# Traceback objects in locals can cause reference cycles that will
210210
# prevent garbage collection. Clear it now since we do not need
211211
# it anymore.
212-
sys.exc_clear()
213212
exn_traceback = None
214213

215214
return wrapper

Diff for: sdks/python/tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ commands =
5757
setenv =
5858
BEAM_EXPERIMENTAL_PY3=1
5959
modules =
60-
apache_beam.coders,apache_beam.tools
60+
apache_beam.coders,apache_beam.tools,apache_beam.utils
6161
commands =
6262
python --version
6363
pip --version

0 commit comments

Comments
 (0)