mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	gh-106320: Remove private _PySys functions (#108452)
Move private functions to the internal C API (pycore_sysmodule.h): * _PySys_GetAttr() * _PySys_GetSizeOf() No longer export most of these functions. Fix also a typo in Include/cpython/optimizer.h: add a missing space.
This commit is contained in:
		
							parent
							
								
									26893016a7
								
							
						
					
					
						commit
						a071ecb4d1
					
				
					 12 changed files with 20 additions and 8 deletions
				
			
		|  | @ -12,6 +12,7 @@ | |||
| #include "pycore_object.h"        // _Py_AddToAllObjects() | ||||
| #include "pycore_pyerrors.h"      // _PyErr_NoMemory() | ||||
| #include "pycore_pystate.h"       // _PyThreadState_GET() | ||||
| #include "pycore_sysmodule.h"     // _PySys_GetAttr() | ||||
| #include "pycore_tuple.h"         // _PyTuple_FromArray() | ||||
| 
 | ||||
| #include "clinic/bltinmodule.c.h" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner