Opened 4 months ago
Closed 4 months ago
#36531 closed New feature (fixed)
Add "forkserver" support to parallel test runner.
| Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
|---|---|---|---|
| Component: | Testing framework | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Python 3.14 on POSIX has changed the default start method for the multiprocessing module from fork to forkserver.
Change History (4)
comment:1 by , 4 months ago
| Has patch: | set |
|---|
comment:2 by , 4 months ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 4 months ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
PR