mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
* Add #include "internal/mem.h" to C files using _PyMem_SetDefaultAllocator(). * Include/internal/mem.h now requires Py_BUILD_CORE to be defined.
This commit is contained in:
		
							parent
							
								
									b08746bfdf
								
							
						
					
					
						commit
						2be00d987d
					
				
					 10 changed files with 20 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -2,6 +2,7 @@
 | 
			
		|||
 | 
			
		||||
#include "Python.h"
 | 
			
		||||
#include "osdefs.h"
 | 
			
		||||
#include "internal/mem.h"
 | 
			
		||||
#include "internal/pystate.h"
 | 
			
		||||
#include <wchar.h>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue