Skip to content

Commit c7a3c27

Browse files
committed
GR-9142: revert tempfile patch
1 parent 8854145 commit c7a3c27

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)