Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfixes in pure python aui where rapid layout changes may trigger calls to destroyed C++ objets. #2613

Merged

Conversation

jmoraleda
Copy link
Contributor

This PR addresses two cases in pure-python aui where rapid layout changes may cause errors by trying to use C++ objects that have been destroyed.

The details of the errors are given at #2473

This is an improved version of that older PR that I retracted because testing showed it was not sufficient to to resolve the problem. I and others have been testing this current PR as part of the wxPython-Meticy release. The issue appears to be fully resolved. This PR is safe to apply since it simply tests that the underlying C++ objects exist and are valid before they are used.

@swt2c swt2c merged commit be9e7d2 into wxWidgets:master Sep 23, 2024
29 checks passed
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.

2 participants