aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/file_system_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/framework/file_system_test.py')
-rw-r--r--tensorflow/python/framework/file_system_test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/python/framework/file_system_test.py b/tensorflow/python/framework/file_system_test.py
index 86c006f32a..fb5659dd70 100644
--- a/tensorflow/python/framework/file_system_test.py
+++ b/tensorflow/python/framework/file_system_test.py
@@ -21,8 +21,7 @@ from __future__ import print_function
import os
import sys
-# TODO(mrry): Remove this hack which makes dlopen() in
-# sparse_feature_cross_op.py not crash in the open source world.
+# TODO: #6568 Remove this hack that makes dlopen() not crash.
if hasattr(sys, "getdlopenflags") and hasattr(sys, "setdlopenflags"):
import ctypes
sys.setdlopenflags(sys.getdlopenflags() | ctypes.RTLD_GLOBAL)