mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	gh-132775: Add _PyFunction_GetXIData() (gh-133481)
This commit is contained in:
		
							parent
							
								
									121ed71f4e
								
							
						
					
					
						commit
						8cf4947b0f
					
				
					 5 changed files with 103 additions and 0 deletions
				
			
		|  | @ -1989,6 +1989,11 @@ get_crossinterp_data(PyObject *self, PyObject *args, PyObject *kwargs) | |||
|             goto error; | ||||
|         } | ||||
|     } | ||||
|     else if (strcmp(mode, "func") == 0) { | ||||
|         if (_PyFunction_GetXIData(tstate, obj, xidata) != 0) { | ||||
|             goto error; | ||||
|         } | ||||
|     } | ||||
|     else if (strcmp(mode, "script") == 0) { | ||||
|         if (_PyCode_GetScriptXIData(tstate, obj, xidata) != 0) { | ||||
|             goto error; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Eric Snow
						Eric Snow