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 eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-07-12.10:56:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531393015.82.0.56676864532.issue32560@psf.upfronthosting.co.za>
In-reply-to
Content
"inherit the py launcher's STARTUPINFO"

I read the issue twice, and honestly I have no idea how to implement that. So I removed the "easy (C)" keyword.

If you still consider that it's an "easy (C)" issue, please describe step by step how to implement it:

* which files should be modified?
* which function can be used?
* how is STARTUPINFO supposed by inherited?
* do you want to expose STARTUPINFO at Python level?

If you plan to use a pipe, it's tricky to make sure that the pipe is closed properly on both sides once STARTUPINFO is transferred.
History
Date User Action Args
2018-07-12 10:56:55vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2018-07-12 10:56:55vstinnersetmessageid: <1531393015.82.0.56676864532.issue32560@psf.upfronthosting.co.za>
2018-07-12 10:56:55vstinnerlinkissue32560 messages
2018-07-12 10:56:55vstinnercreate