mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 18:28:49 +00:00 
			
		
		
		
	 d95a586d77
			
		
	
	
		d95a586d77
		
	
	
	
	
		
			
			Segregated code shared between time and datetime modules into Modules/_time.c. Added a new header file, Modules/_time.h, which will be used instead of Include/timefuncs.h for declarations shared between time and datetime modules.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			138 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			138 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* XXX: It is probably best to move timefuncs.h content in here, and
 | |
|    remove it but user code may rely on it. */
 | |
| #include "timefuncs.h"
 |