This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ametatheton2
Recipients ametatheton2, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-01-18.20:48:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611002891.36.0.245706132459.issue42959@roundup.psfhosted.org>
In-reply-to
Content
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'].
History
Date User Action Args
2021-01-18 20:48:11ametatheton2setrecipients: + ametatheton2, paul.moore, tim.golden, zach.ware, steve.dower
2021-01-18 20:48:11ametatheton2setmessageid: <1611002891.36.0.245706132459.issue42959@roundup.psfhosted.org>
2021-01-18 20:48:11ametatheton2linkissue42959 messages
2021-01-18 20:48:11ametatheton2create