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 vstinner
Recipients koobs, pitrou, serhiy.storchaka, skrah, vstinner
Date 2017-10-30.22:38:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509403134.7.0.213398074469.issue31629@psf.upfronthosting.co.za>
In-reply-to
Content
The bug can be reproduced with attached bug.py.

With "curses.initscr(); curses.endwin()", the exit code becomes 1.

Without, the child processes exits with code -15 (-SIGTERM).
History
Date User Action Args
2017-10-30 22:38:54vstinnersetrecipients: + vstinner, pitrou, skrah, serhiy.storchaka, koobs
2017-10-30 22:38:54vstinnersetmessageid: <1509403134.7.0.213398074469.issue31629@psf.upfronthosting.co.za>
2017-10-30 22:38:54vstinnerlinkissue31629 messages
2017-10-30 22:38:54vstinnercreate