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

bpo-44608: Fix memory leak in _tkinter._flatten() #27107

Merged
merged 4 commits into from
Jul 14, 2021

Commits on Jul 13, 2021

  1. bpo-44608: Fix memory leak in _tkinter._flatten()

    if it is called with a sequence or set, but not list or tuple.
    serhiy-storchaka committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    a021f86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8de1843 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    46a2e33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8129396 View commit details
    Browse the repository at this point in the history