mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	Bug #1733488: Fix compilation of bufferobject.c on AIX.
Will backport to 2.5.
This commit is contained in:
		
							parent
							
								
									1b9e041812
								
							
						
					
					
						commit
						da587ab43e
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1?
 | 
			
		|||
Core and builtins
 | 
			
		||||
-----------------
 | 
			
		||||
 | 
			
		||||
- Bug #1733488: Fix compilation of bufferobject.c on AIX.
 | 
			
		||||
 | 
			
		||||
- Bug #1722485: remove docstrings again when running with -OO.
 | 
			
		||||
 | 
			
		||||
- Add new attribute names for function objects.  All the func_* become
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,7 +19,7 @@ enum buffer_t {
 | 
			
		|||
    READ_BUFFER,
 | 
			
		||||
    WRITE_BUFFER,
 | 
			
		||||
    CHAR_BUFFER,
 | 
			
		||||
    ANY_BUFFER,
 | 
			
		||||
    ANY_BUFFER
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static int
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue