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 steve.dower
Recipients asvetlov, eryksun, iritkatriel, jpe, pitrou, r.david.murray, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-12-13.22:36:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <b029351c-1803-dff5-7a9a-cf0518fb0779@python.org>
In-reply-to <1639403335.08.0.338110100926.issue14484@roundup.psfhosted.org>
Content
> Windows should have its own specific function.

Either that or mimic it properly. Having a single function that requires 
different parameters based on OS is a very user-hostile design.

If someone wants to shepherd it through the process, I'd support either 
making the typical POSIX values do sensible equivalents on Windows (as 
best possible), or adding a new function entirely and deprecating all 
use of the current one on Windows. Those are the only ways to lead 
people into writing code that works well on all platforms.

(My *real* preference is that people stop trying to kill applications ;) 
and try to set up a safe communication channel instead, but I know it's 
often unavoidable. Having common parameters that do the Right Things on 
all platforms is next best.)
History
Date User Action Args
2021-12-13 22:36:29steve.dowersetrecipients: + steve.dower, jpe, pitrou, vstinner, tim.golden, r.david.murray, asvetlov, zach.ware, eryksun, iritkatriel
2021-12-13 22:36:29steve.dowerlinkissue14484 messages
2021-12-13 22:36:29steve.dowercreate