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

Enable curses support on Windows #85796

Open
madebr mannequin opened this issue Aug 25, 2020 · 4 comments
Open

Enable curses support on Windows #85796

madebr mannequin opened this issue Aug 25, 2020 · 4 comments
Labels
build The build process and cross-build OS-windows type-feature A feature request or enhancement

Comments

@madebr
Copy link
Mannequin

madebr mannequin commented Aug 25, 2020

BPO 41630
Nosy @pfmoore, @tjguk, @zware, @zooba, @madebr
PRs
  • bpo-41630: Build _curses and _curses_panel using Visual Studio. #21950
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = None
    created_at = <Date 2020-08-25.04:15:19.157>
    labels = ['3.10', 'type-feature', 'OS-windows', 'build']
    title = 'Enable curses support on Windows'
    updated_at = <Date 2020-08-25.17:05:55.513>
    user = 'https://github.com/madebr'

    bugs.python.org fields:

    activity = <Date 2020-08-25.17:05:55.513>
    actor = 'steve.dower'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Build', 'Windows']
    creation = <Date 2020-08-25.04:15:19.157>
    creator = 'maarten'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 41630
    keywords = ['patch']
    message_count = 2.0
    messages = ['375871', '375894']
    nosy_count = 5.0
    nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower', 'maarten']
    pr_nums = ['21950']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue41630'
    versions = ['Python 3.10']

    @madebr
    Copy link
    Mannequin Author

    madebr mannequin commented Aug 25, 2020

    When building python using Visual Studio, the curses and curses.module, are not getting built.

    @madebr madebr mannequin added stdlib Python modules in the Lib dir build The build process and cross-build labels Aug 25, 2020
    @tirkarthi tirkarthi added OS-windows and removed stdlib Python modules in the Lib dir labels Aug 25, 2020
    @zooba
    Copy link
    Member

    zooba commented Aug 25, 2020

    The curses module is currently not supported on Windows, and this patch is far more than just updating the VS build. I've updated the title.

    Refer to bpo-31951 for more context.

    This will need more work than what's been done in the pull request, as _curses is still not being built as part of normal build, and so is not being tested in CI.

    @zooba zooba added the 3.10 only security fixes label Aug 25, 2020
    @zooba zooba changed the title Visual Studio does not build the curses and curses.panel module Enable curses support on Windows Aug 25, 2020
    @zooba zooba added the type-feature A feature request or enhancement label Aug 25, 2020
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @erlend-aasland erlend-aasland removed the 3.10 only security fixes label May 6, 2024
    @erlend-aasland
    Copy link
    Contributor

    erlend-aasland commented May 6, 2024

    With the recently added Python REPL, we now have a use case for adding curses support on Windows.

    @erlend-aasland
    Copy link
    Contributor

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    build The build process and cross-build OS-windows type-feature A feature request or enhancement
    Projects
    Status: Features
    Development

    No branches or pull requests

    3 participants