| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…s.getwindowsversion() (pythonGH-25500) The sys module uses the kernel32.dll version number, which can vary from the "actual" Windows version. Since the best option for getting the version is WMI (which is expensive), we switch back to launching cmd.exe (which is also expensive, but a lot less code on our part). sys.getwindowsversion() is not updated to avoid launching executables from that module. (cherry picked from commit 2a3f489) Co-authored-by: Shreyan Avigyan <shreyan.avigyan@gmail.com>
|
@shreyanavigyan and @zooba: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
|
@shreyanavigyan and @zooba: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
|
@shreyanavigyan and @zooba: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
|
@shreyanavigyan and @zooba: Status check is done, and it's a failure ❌ . |
Sorry, something went wrong.
|
tkinter tests on Linux are not affected by this - guessing it's flakey. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The sys module uses the kernel32.dll version number, which can vary from the "actual" Windows version.
Since the best option for getting the version is WMI (which is expensive), we switch back to launching cmd.exe (which is also expensive, but a lot less code on our part).
sys.getwindowsversion() is not updated to avoid launching executables from that module.
(cherry picked from commit 2a3f489)
Co-authored-by: Shreyan Avigyan shreyan.avigyan@gmail.com
https://bugs.python.org/issue43284