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 danishprakash, vstinner, xtreak
Date 2018-11-23.14:03:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542981839.41.0.788709270274.issue34812@psf.upfronthosting.co.za>
In-reply-to
Content
I tried to explain how to fix the bug, but nobody came up with a working change 2 months, so I wrote the PR myself. It's an important security issue, since the function is used by multiprocessing and distutils modules to spawn new child processes.
History
Date User Action Args
2018-11-23 14:03:59vstinnersetrecipients: + vstinner, xtreak, danishprakash
2018-11-23 14:03:59vstinnersetmessageid: <1542981839.41.0.788709270274.issue34812@psf.upfronthosting.co.za>
2018-11-23 14:03:59vstinnerlinkissue34812 messages
2018-11-23 14:03:59vstinnercreate