mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	add a replacement API for PyCObject, PyCapsule #5630
All stdlib modules with C-APIs now use this. Patch by Larry Hastings
This commit is contained in:
		
							parent
							
								
									c679fd8efc
								
							
						
					
					
						commit
						b173f7853e
					
				
					 37 changed files with 943 additions and 149 deletions
				
			
		|  | @ -89,6 +89,7 @@ | |||
| #include "classobject.h" | ||||
| #include "fileobject.h" | ||||
| #include "cobject.h" | ||||
| #include "pycapsule.h" | ||||
| #include "traceback.h" | ||||
| #include "sliceobject.h" | ||||
| #include "cellobject.h" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Benjamin Peterson
						Benjamin Peterson