mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	fix compiler warning
This commit is contained in:
		
							parent
							
								
									95dc8b5761
								
							
						
					
					
						commit
						c6dc12484b
					
				
					 3 changed files with 270 additions and 246 deletions
				
			
		|  | @ -24,7 +24,8 @@ decorators: decorator+ | ||||||
| decorated: decorators (classdef | funcdef) | decorated: decorators (classdef | funcdef) | ||||||
| funcdef: 'def' NAME parameters ['->' test] ':' suite | funcdef: 'def' NAME parameters ['->' test] ':' suite | ||||||
| parameters: '(' [typedargslist] ')' | parameters: '(' [typedargslist] ')' | ||||||
| typedargslist: (tfpdef ['=' test] (',' tfpdef ['=' test])* [',' | typedargslist: (tfpdef ['=' test] (',' tfpdef ['=' test])* | ||||||
|  |                [',' '/' (',' tfpdef ['=' test])*] [',' | ||||||
|        ['*' [tfpdef] (',' tfpdef ['=' test])* [',' '**' tfpdef] | '**' tfpdef]] |        ['*' [tfpdef] (',' tfpdef ['=' test])* [',' '**' tfpdef] | '**' tfpdef]] | ||||||
|      |  '*' [tfpdef] (',' tfpdef ['=' test])* [',' '**' tfpdef] | '**' tfpdef) |      |  '*' [tfpdef] (',' tfpdef ['=' test])* [',' '**' tfpdef] | '**' tfpdef) | ||||||
| tfpdef: NAME [':' test] | tfpdef: NAME [':' test] | ||||||
|  |  | ||||||
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							|  | @ -803,7 +803,7 @@ r_object(RFILE *p) | ||||||
|     /* NULL is a valid return value, it does not necessarily means that
 |     /* NULL is a valid return value, it does not necessarily means that
 | ||||||
|        an exception is set. */ |        an exception is set. */ | ||||||
|     PyObject *v, *v2; |     PyObject *v, *v2; | ||||||
|     Py_ssize_t idx; |     Py_ssize_t idx = 0; | ||||||
|     long i, n; |     long i, n; | ||||||
|     int type = r_byte(p); |     int type = r_byte(p); | ||||||
|     int flag; |     int flag; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Benjamin Peterson
						Benjamin Peterson