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

[3.7] bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) #15484

Merged
merged 1 commit into from
Aug 25, 2019

Commits on Aug 25, 2019

  1. bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (python…

    …GH-15452)
    
    These were caused by keeping around a reference to the Squeezer
    instance and calling it's load_font() upon config changes, which
    sometimes happened even if the shell window no longer existed.
    
    This change completely removes that mechanism, instead having the
    editor window properly update its width attribute, which can then
    be used by Squeezer.
    (cherry picked from commit d4b4c00)
    
    Co-authored-by: Tal Einat <taleinat+github@gmail.com>
    taleinat authored and miss-islington committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    4434438 View commit details
    Browse the repository at this point in the history