mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	bpo-35081: Add pycore_fileutils.h (GH-10371)
Move Py_BUILD_CORE code from Include/fileutils.h to a new Include/internal/pycore_fileutils.h file.
This commit is contained in:
		
							parent
							
								
									bccacd19fa
								
							
						
					
					
						commit
						9fc57a3848
					
				
					 7 changed files with 55 additions and 47 deletions
				
			
		|  | @ -40,6 +40,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | |||
| 
 | ||||
| #define PY_SSIZE_T_CLEAN | ||||
| #include "Python.h" | ||||
| #include "pycore_fileutils.h" | ||||
| #include "pycore_state.h" | ||||
| #include "ucnhash.h" | ||||
| #include "bytes_methods.h" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner