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.21:33:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509399237.45.0.213398074469.issue31629@psf.upfronthosting.co.za>
In-reply-to
Content
Running these two tests is enough to reproduce the issue:

test.test_curses.TestCurses.test_new_curses_panel
test.test_multiprocessing_fork.WithProcessesTestProcess.test_many_processes

Command:

CURRENT-amd64% ./python -m test -vuall test_curses  test_multiprocessing_fork  -m test.test_curses.TestCurses.test_new_curses_panel -m test.test_multiprocessing_fork.WithProcessesTestProcess.test_many_processes
History
Date User Action Args
2017-10-30 21:33:57vstinnersetrecipients: + vstinner, pitrou, skrah, serhiy.storchaka, koobs
2017-10-30 21:33:57vstinnersetmessageid: <1509399237.45.0.213398074469.issue31629@psf.upfronthosting.co.za>
2017-10-30 21:33:57vstinnerlinkissue31629 messages
2017-10-30 21:33:57vstinnercreate