mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Rename _Py_identifier to _Py_IDENTIFIER.
This commit is contained in:
		
							parent
							
								
									01277d166a
								
							
						
					
					
						commit
						bd928fef42
					
				
					 57 changed files with 262 additions and 262 deletions
				
			
		|  | @ -4820,7 +4820,7 @@ socket_getaddrinfo(PyObject *self, PyObject *args, PyObject* kwargs) | |||
|     if (hobj == Py_None) { | ||||
|         hptr = NULL; | ||||
|     } else if (PyUnicode_Check(hobj)) { | ||||
|         _Py_identifier(encode); | ||||
|         _Py_IDENTIFIER(encode); | ||||
| 
 | ||||
|         idna = _PyObject_CallMethodId(hobj, &PyId_encode, "s", "idna"); | ||||
|         if (!idna) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Martin v. Löwis
						Martin v. Löwis