{{ message }}
Commit ed4a8fc
Charles-François Natali
Issue python#8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection
sockets, and set FILE_FLAG_FIRST_PIPE_INSTANCE on named pipes, to make sure two
listeners can't bind to the same socket/pipe (or any existing socket/pipe).1 parent 1aa54a4 commit ed4a8fc
4 files changed
Lines changed: 26 additions & 3 deletions
File tree
- Lib
- multiprocessing
- test
- Misc
- Modules/_multiprocessing
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1779 | 1779 | | |
1780 | 1780 | | |
1781 | 1781 | | |
| 1782 | + | |
| 1783 | + | |
| 1784 | + | |
| 1785 | + | |
| 1786 | + | |
| 1787 | + | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
1782 | 1793 | | |
1783 | 1794 | | |
1784 | 1795 | | |
| |||
1799 | 1810 | | |
1800 | 1811 | | |
1801 | 1812 | | |
| 1813 | + | |
1802 | 1814 | | |
1803 | 1815 | | |
1804 | 1816 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
475 | 480 | | |
476 | 481 | | |
477 | 482 | | |
| |||

0 commit comments