New submission from Joel Ewaldo <ametathet...@gmail.com>:
I have already tried uninstalling and reinstalling python 3.7.9 via the 64-bit installer on the official python website. Also, I am on the latest version of windows. I have also made sure that signal.py was not a file in my directory and when I import _signal followed with print(dir(_signal)), it returns ['CTRL_BREAK_EVENT', 'CTRL_C_EVENT', 'NSIG', 'SIGABRT', 'SIGBREAK', 'SIGFPE', 'SIGILL', 'SIGINT', 'SIGSEGV', 'SIGTERM', 'SIG_DFL', 'SIG_IGN', '__doc__', '__loader__', '__name__', '__package__', '__spec__', 'default_int_handler', 'getsignal', 'set_wakeup_fd', 'signal']. ---------- components: Windows files: unknown (2).png messages: 385227 nosy: ametatheton2, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: AttributeError: module 'signal' has no attribute 'SIGHUP' type: compile error versions: Python 3.9 Added file: https://bugs.python.org/file49748/unknown (2).png _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue42959> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com