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

gh-123290: fix reference leaks in curses #123630

Closed
wants to merge 4 commits into from

Commits on Sep 3, 2024

  1. Fix reference leaks in the curses module.

    This is achieved by introducing a module's state and
    changing the memory management of `PyCursesWindow_Type`.
    picnixz committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2e86f8b View commit details
    Browse the repository at this point in the history
  2. blurb

    picnixz committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    112a62b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a493589 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2e9a66 View commit details
    Browse the repository at this point in the history