Message303499
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. |
|
| Date |
User |
Action |
Args |
| 2017-10-01 21:53:21 | pitrou | set | recipients:
+ pitrou, rhettinger, amaury.forgeotdarc, belopolsky, meador.inge, serhiy.storchaka, davin, Daniel Colascione |
| 2017-10-01 21:53:21 | pitrou | link | issue31654 messages |
| 2017-10-01 21:53:21 | pitrou | create | |
|