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 pitrou
Recipients Daniel Colascione, amaury.forgeotdarc, belopolsky, davin, meador.inge, pitrou, rhettinger, serhiy.storchaka
Date 2017-10-01.21:53:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <6b8ba39c-5479-4748-6e9e-88b80095590e@free.fr>
In-reply-to <CAKOZuetSkrGGxrKygUbRbUvtyrvM=5Bqyi89cZJqyX-s7k9BRQ@mail.gmail.com>
Content
Le 01/10/2017 à 23:33, Daniel Colascione a écrit :
> 
> Huh? Both are very generic.

"Specialized" as in "I didn't expect anyone would want to do such a
thing in pure Python".

> SCM_RIGHTS is "specialized"
> and not supported on all systems, yet it's in stdlib.

Because passing fds between processes was considered useful enough (it's
actually used by multiprocessing itself, for example to implement the
forkserver model).

And regardless, trying to point to other (more or less exotic) features
of the stdlib is not a convincing argument to add a new feature.
History
Date User Action Args
2017-10-01 21:53:21pitrousetrecipients: + pitrou, rhettinger, amaury.forgeotdarc, belopolsky, meador.inge, serhiy.storchaka, davin, Daniel Colascione
2017-10-01 21:53:21pitroulinkissue31654 messages
2017-10-01 21:53:21pitroucreate