mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[PR #434] [MERGED] Add shim for bottle when using Python 3.12 #470
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/brentvollebregt/auto-py-to-exe/pull/434
Author: @brentvollebregt
Created: 10/9/2023
Status: ✅ Merged
Merged: 10/9/2023
Merged by: @brentvollebregt
Base:
master← Head:shim-for-433📝 Commits (2)
3aeb1cb#433 Add a shim to patch the current issues with bottle with Python 3.128e4bd71Declare support for Python 3.12📊 Changes
13 files changed (+58 additions, -16 deletions)
View changed files
📝
.github/workflows/publish.yml(+1 -1)📝
.github/workflows/test.yml(+1 -1)📝
README-Chinese.md(+1 -1)📝
README-Finnish.md(+1 -1)📝
README-Korean.md(+1 -1)📝
README-Persian.md(+1 -1)📝
README-Turkish.md(+1 -1)📝
README.md(+1 -1)📝
auto_py_to_exe/__main__.py(+3 -0)➕
auto_py_to_exe/shims.py(+38 -0)📝
auto_py_to_exe/ui.py(+8 -1)📝
auto_py_to_exe/utils.py(+0 -7)📝
setup.py(+1 -0)📄 Description
Summary
As described in #433, auto-py-to-exe fails to launch when run using Python 3.12 due to a bottle issue.
This change adds the missing code that currently exists on bottle's master branch as a shim on startup. It is intended that this shim is removed once bottle fixes this issue in a new release.
New feature checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.