# python-mingw-patch **Repository Path**: partic/python-mingw-patch ## Basic Information - **Project Name**: python-mingw-patch - **Description**: patch the python on windows to let the python support compile native c/c++ code with MinGW - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-09 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python Patch Scripts for Mingw support This repository contains short scripts ,which can patch the python on windows to let the python support compile native c/c++ code with MinGW/MinGW-w64 ## Warning: Tested on python3.8, It should also work on other version. You can't revert this patch yet. please backup to avoid the risk. ## How to use? Just run `python patch1.py` ## TODO: Add support to build python with mingw.