Changes between Initial Version and Version 1 of Ticket #36997, comment 14
- Timestamp:
- Aug 6, 2026, 11:53:45 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36997, comment 14
initial v1 1 Have you tried setting the multiprocessing mode to `fork` on python 3.14 to match the default 3.1 4multiprocessing mode (if indeed, you are running the tests in parallel mode)? It could be a consequence of the import cache no longer being shared.1 Have you tried setting the multiprocessing mode to `fork` on python 3.14 to match the default 3.13 multiprocessing mode (if indeed, you are running the tests in parallel mode)? It could be a consequence of the import cache no longer being shared.