Commit c09a9f5
File tree
Expand file treeCollapse file tree
12 files changed
+155
-20
lines changedFilter options
- Doc/library
- Lib
- multiprocessing
- test
- Misc/NEWS.d/next/Library
- Modules
Expand file treeCollapse file tree
12 files changed
+155
-20
lines changedDoc/library/multiprocessing.rst
Copy file name to clipboardExpand all lines: Doc/library/multiprocessing.rst+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
944 | 944 |
|
945 | 945 |
|
946 | 946 |
|
| 947 | + |
| 948 | + |
| 949 | + |
| 950 | + |
| 951 | + |
| 952 | + |
| 953 | + |
| 954 | + |
947 | 955 |
|
948 | 956 |
|
949 | 957 |
|
|
Lib/multiprocessing/context.py
Copy file name to clipboardExpand all lines: Lib/multiprocessing/context.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| 38 | + |
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
|
Lib/multiprocessing/forkserver.py
Copy file name to clipboardExpand all lines: Lib/multiprocessing/forkserver.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
294 | 294 |
|
295 | 295 |
|
296 | 296 |
|
297 |
| - |
| 297 | + |
| 298 | + |
298 | 299 |
|
299 | 300 |
|
300 | 301 |
|
|
Lib/multiprocessing/popen_fork.py
Copy file name to clipboardExpand all lines: Lib/multiprocessing/popen_fork.py+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
| 69 | + |
69 | 70 |
|
70 | 71 |
|
71 | 72 |
|
72 | 73 |
|
73 |
| - |
| 74 | + |
| 75 | + |
74 | 76 |
|
75 | 77 |
|
76 | 78 |
|
77 | 79 |
|
78 |
| - |
| 80 | + |
| 81 | + |
| 82 | + |
79 | 83 |
|
80 | 84 |
|
81 | 85 |
|
|
Lib/multiprocessing/popen_forkserver.py
Copy file name to clipboardExpand all lines: Lib/multiprocessing/popen_forkserver.py+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
53 | 57 |
|
54 | 58 |
|
55 | 59 |
|
|
Lib/multiprocessing/popen_spawn_posix.py
Copy file name to clipboardExpand all lines: Lib/multiprocessing/popen_spawn_posix.py+7-3Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
65 |
| - |
66 |
| - |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
67 | 71 |
|
68 | 72 |
|
Lib/multiprocessing/process.py
Copy file name to clipboardExpand all lines: Lib/multiprocessing/process.py+49-3Lines changed: 49 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
| ||
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
49 | 57 |
|
50 | 58 |
|
51 | 59 |
|
| ||
76 | 84 |
|
77 | 85 |
|
78 | 86 |
|
| 87 | + |
79 | 88 |
|
80 | 89 |
|
81 | 90 |
|
| ||
278 | 287 |
|
279 | 288 |
|
280 | 289 |
|
281 |
| - |
| 290 | + |
282 | 291 |
|
283 |
| - |
| 292 | + |
284 | 293 |
|
285 | 294 |
|
286 | 295 |
|
| ||
290 | 299 |
|
291 | 300 |
|
292 | 301 |
|
| 302 | + |
| 303 | + |
293 | 304 |
|
294 | 305 |
|
295 | 306 |
|
| ||
337 | 348 |
|
338 | 349 |
|
339 | 350 |
|
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
340 | 385 |
|
341 | 386 |
|
342 | 387 |
|
| ||
365 | 410 |
|
366 | 411 |
|
367 | 412 |
|
| 413 | + |
368 | 414 |
|
369 | 415 |
|
370 | 416 |
|
|
Lib/multiprocessing/spawn.py
Copy file name to clipboardExpand all lines: Lib/multiprocessing/spawn.py+9-10Lines changed: 9 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
103 |
| - |
| 103 | + |
| 104 | + |
104 | 105 |
|
105 | 106 |
|
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
| 107 | + |
| 108 | + |
112 | 109 |
|
| 110 | + |
113 | 111 |
|
114 | 112 |
|
115 | 113 |
|
116 | 114 |
|
117 |
| - |
| 115 | + |
| 116 | + |
118 | 117 |
|
119 | 118 |
|
120 | 119 |
|
121 |
| - |
| 120 | + |
122 | 121 |
|
123 | 122 |
|
124 | 123 |
|
| ||
127 | 126 |
|
128 | 127 |
|
129 | 128 |
|
130 |
| - |
| 129 | + |
131 | 130 |
|
132 | 131 |
|
133 | 132 |
|
|
Lib/multiprocessing/util.py
Copy file name to clipboardExpand all lines: Lib/multiprocessing/util.py+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
421 | 421 |
|
422 | 422 |
|
423 | 423 |
|
| 424 | + |
| 425 | + |
| 426 | + |
| 427 | + |
| 428 | + |
| 429 | + |
Lib/test/_test_multiprocessing.py
Copy file name to clipboardExpand all lines: Lib/test/_test_multiprocessing.py+59Lines changed: 59 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
269 | 269 |
|
270 | 270 |
|
271 | 271 |
|
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
272 | 330 |
|
273 | 331 |
|
274 | 332 |
|
| ||
5398 | 5456 |
|
5399 | 5457 |
|
5400 | 5458 |
|
| 5459 | + |
5401 | 5460 |
|
5402 | 5461 |
|
5403 | 5462 |
|
|
Misc/NEWS.d/next/Library/2019-05-16-18-02-08.bpo-36888.-H2Dkm.rst
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1955 | 1955 |
|
1956 | 1956 |
|
1957 | 1957 |
|
| 1958 | + |
1958 | 1959 |
|
1959 | 1960 |
|
1960 | 1961 |
|
|
0 commit comments