cpython/Misc/NEWS.d/next/Core and Builtins/2018-05-28-12-28-53.bpo-306...

3 lines
148 B
ReStructuredText

Fixed reset of the SIGINT handler to SIG_DFL on interpreter shutdown even
when there was a custom handler set previously. Patch by Philipp Kerling.