Skip to content

Fix cursor remains busy after launching windowed app#310

Open
Jesse205 wants to merge 2 commits intopython:mainfrom
Jesse205:fix/cursor-busy
Open

Fix cursor remains busy after launching windowed app#310
Jesse205 wants to merge 2 commits intopython:mainfrom
Jesse205:fix/cursor-busy

Conversation

@Jesse205
Copy link
Copy Markdown
Contributor

@Jesse205 Jesse205 commented Apr 10, 2026

This PR fixes a regression where the cursor remains stuck in a busy state.

The _WINDOWS macro is not defined in the pymanager project; it should be PY_WINDOWED. Therefore, I replaced defined(_WINDOWS) with PY_WINDOWED.

This resolves a previously fixed issue that has resurfaced: python/cpython#61492


Update: Relocated code to maintain a continuous cursor busy state during the pymanager-to-interpreter startup sequence.

@Jesse205 Jesse205 marked this pull request as draft April 10, 2026 21:31
@Jesse205 Jesse205 marked this pull request as ready for review April 10, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant