FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Do not skip Tkinter tests for ASAN builds if not using X11 · Issue #103707 · python/cpython · GitHub

/ cpython Public

Do not skip Tkinter tests for ASAN builds if not using X11 #103707

Description

Feature or enhancement

gh-30897 skips Tkinter tests for AddressSanitizer builds due to libX11-related errors. I have not located the discussion for these errors, but I do not believe this skipping should be done for Tk on Win32 or Aqua windowing systems, as they do not use actual libX11.

I am not aware of a good way to detect the windowing system without loading Tk. Is it okay to load Tk to detect the windowing system before deciding whether to skip?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL