mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 18:28:49 +00:00 
			
		
		
		
	 cbb6484573
			
		
	
	
		cbb6484573
		
	
	
	
	
		
			
			highlightlang is deprecated since April 2018 in Sphinx. See https://github.com/sphinx-doc/sphinx/pull/4845
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			300 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			300 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. highlight:: c
 | |
| 
 | |
| .. _newtypes:
 | |
| 
 | |
| *****************************
 | |
| Object Implementation Support
 | |
| *****************************
 | |
| 
 | |
| This chapter describes the functions, types, and macros used when defining new
 | |
| object types.
 | |
| 
 | |
| .. toctree::
 | |
| 
 | |
|    allocation.rst
 | |
|    structures.rst
 | |
|    typeobj.rst
 | |
|    gcsupport.rst
 |