mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Put link to source at the end. There's nothing edificating in threading.py.
This commit is contained in:
		
							parent
							
								
									fb6fd5d019
								
							
						
					
					
						commit
						39e352cb46
					
				
					 1 changed files with 6 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -28,11 +28,6 @@ The :mod:`dummy_threading` module is provided for situations where
 | 
			
		|||
   However, threading is still an appropriate model if you want to run
 | 
			
		||||
   multiple I/O-bound tasks simultaneously.
 | 
			
		||||
 | 
			
		||||
.. seealso::
 | 
			
		||||
 | 
			
		||||
   Latest version of the :source:`threading module Python source code
 | 
			
		||||
   <Lib/threading.py>`
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
This module defines the following functions and objects:
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -970,3 +965,9 @@ provided:
 | 
			
		|||
  abide by this restriction will lead to intermittent exceptions and
 | 
			
		||||
  crashes during interpreter shutdown (as the late imports attempt to
 | 
			
		||||
  access machinery which is no longer in a valid state).
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
.. seealso::
 | 
			
		||||
 | 
			
		||||
   Latest version of the :source:`threading module Python source code
 | 
			
		||||
   <Lib/threading.py>`
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue