[PR #434] [MERGED] Add shim for bottle when using Python 3.12 #470

Closed
opened 2026-02-26 12:21:45 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: shim-for-433


📝 Commits (2)

  • 3aeb1cb #433 Add a shim to patch the current issues with bottle with Python 3.12
  • 8e4bd71 Declare 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

  • I have ran the application to make sure my code runs
  • This not just a simple formatting change

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/brentvollebregt/auto-py-to-exe/pull/434 **Author:** [@brentvollebregt](https://github.com/brentvollebregt) **Created:** 10/9/2023 **Status:** ✅ Merged **Merged:** 10/9/2023 **Merged by:** [@brentvollebregt](https://github.com/brentvollebregt) **Base:** `master` ← **Head:** `shim-for-433` --- ### 📝 Commits (2) - [`3aeb1cb`](https://github.com/brentvollebregt/auto-py-to-exe/commit/3aeb1cb6ee081efb8c2e21befc8c99d183b7e79c) #433 Add a shim to patch the current issues with bottle with Python 3.12 - [`8e4bd71`](https://github.com/brentvollebregt/auto-py-to-exe/commit/8e4bd71456b4c87845abb386a59bdbffb5a9dc54) Declare support for Python 3.12 ### 📊 Changes **13 files changed** (+58 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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** - [x] I have ran the application to make sure my code runs - [x] This not just a simple formatting change --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:21:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#470
No description provided.