Skip to content

Commit d4be7d6

Browse files
committed
[GR-9142] revert tempfile patch
PullRequest: graalpython/295
2 parents e9c09fa + c7a3c27 commit d4be7d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

graalpython/lib-python/3/test/support/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
# import subprocess
2929
import sys
3030
import sysconfig
31-
# TODO: Truffle reenable me once supported (GR-9142)
32-
# import tempfile
31+
import tempfile
3332
import time
3433
import types
3534
import unittest

0 commit comments

Comments
 (0)