mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	 879f4546bf
			
		
	
	
		879f4546bf
		
			
		
	
	
	
	
		
			
			* gh-110850: Add PyTime_t C API Add PyTime_t API: * PyTime_t type. * PyTime_MIN and PyTime_MAX constants. * PyTime_AsSecondsDouble(), PyTime_Monotonic(), PyTime_PerfCounter() and PyTime_GetSystemClock() functions. Co-authored-by: Victor Stinner <vstinner@python.org>
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			450 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			450 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. highlight:: c
 | |
| 
 | |
| .. _utilities:
 | |
| 
 | |
| *********
 | |
| Utilities
 | |
| *********
 | |
| 
 | |
| The functions in this chapter perform various utility tasks, ranging from
 | |
| helping C code be more portable across platforms, using Python modules from C,
 | |
| and parsing function arguments and constructing Python values from C values.
 | |
| 
 | |
| .. toctree::
 | |
| 
 | |
|    sys.rst
 | |
|    import.rst
 | |
|    marshal.rst
 | |
|    arg.rst
 | |
|    conversion.rst
 | |
|    hash.rst
 | |
|    reflection.rst
 | |
|    codec.rst
 | |
|    time.rst
 | |
|    perfmaps.rst
 |