mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841)
Co-Authored-By: Barry Warsaw <barry@python.org>
This commit is contained in:
		
							parent
							
								
									66c4f3f38b
								
							
						
					
					
						commit
						1e77ab0a35
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -126,8 +126,9 @@ to start a process.  These *start methods* are
 | 
			
		|||
 | 
			
		||||
.. versionchanged:: 3.8
 | 
			
		||||
 | 
			
		||||
   On macOS, *spawn* start method is now the default: *fork* start method is no
 | 
			
		||||
   longer reliable on macOS, see :issue:`33725`.
 | 
			
		||||
   On macOS, the *spawn* start method is now the default.  The *fork* start
 | 
			
		||||
   method should be considered unsafe as it can lead to crashes of the
 | 
			
		||||
   subprocess. See :issue:`33725`.
 | 
			
		||||
 | 
			
		||||
.. versionchanged:: 3.4
 | 
			
		||||
   *spawn* added on all unix platforms, and *forkserver* added for
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue