mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	Finish backporting new buffer API to Python 2.6. Left to do: memoryview object and structmodule. But, these need to be finished in Python 3.0 first. No objects support the new buffer API in Python 2.6 as of yet, and except for the memoryview object, I don't think they will.
This commit is contained in:
		
							parent
							
								
									6d91be3758
								
							
						
					
					
						commit
						3781aef8f8
					
				
					 5 changed files with 380 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -90,6 +90,7 @@
 | 
			
		|||
#endif
 | 
			
		||||
#include "rangeobject.h"
 | 
			
		||||
#include "stringobject.h"
 | 
			
		||||
/* #include "memoryobject.h" */
 | 
			
		||||
#include "bufferobject.h"
 | 
			
		||||
#include "tupleobject.h"
 | 
			
		||||
#include "listobject.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue