Skip to content

Commit bd5ae0e

Browse files
committed
GR-9136: revert import signal patch
1 parent 0309ca3 commit bd5ae0e

File tree

1 file changed

+1
-2
lines changed
  • graalpython/lib-python/3

1 file changed

+1
-2
lines changed

graalpython/lib-python/3/pdb.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@
7676
import code
7777
import glob
7878
import pprint
79-
# TODO: reenable me when signal is suported (GR-9136)
80-
# import signal
79+
import signal
8180
import inspect
8281
import traceback
8382
import linecache

0 commit comments

Comments
 (0)