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

strsignal(3) does not exist on HP-UX #78593

Closed
michael-o mannequin opened this issue Aug 16, 2018 · 3 comments
Closed

strsignal(3) does not exist on HP-UX #78593

michael-o mannequin opened this issue Aug 16, 2018 · 3 comments
Labels
3.8 only security fixes build The build process and cross-build stdlib Python modules in the Lib dir

Comments

@michael-o
Copy link
Mannequin

michael-o mannequin commented Aug 16, 2018

BPO 34412
Nosy @berkerpeksag, @michael-o
PRs
  • bpo-34412: strsignal(3) does not exist on HP-UX #8786
  • 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 = <Date 2018-08-23.13:28:07.235>
    created_at = <Date 2018-08-16.14:47:52.153>
    labels = ['3.8', 'build', 'library']
    title = 'strsignal(3) does not exist on HP-UX'
    updated_at = <Date 2018-08-23.13:28:07.234>
    user = 'https://github.com/michael-o'

    bugs.python.org fields:

    activity = <Date 2018-08-23.13:28:07.234>
    actor = 'berker.peksag'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-08-23.13:28:07.235>
    closer = 'berker.peksag'
    components = ['Library (Lib)']
    creation = <Date 2018-08-16.14:47:52.153>
    creator = 'michael-o'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34412
    keywords = ['patch']
    message_count = 3.0
    messages = ['323600', '323601', '323944']
    nosy_count = 2.0
    nosy_names = ['berker.peksag', 'michael-o']
    pr_nums = ['8786']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'compile error'
    url = 'https://bugs.python.org/issue34412'
    versions = ['Python 3.8']

    @michael-o
    Copy link
    Mannequin Author

    michael-o mannequin commented Aug 16, 2018

    HP-UX does not provide any mappings from signals to strings. The proper approach is to map just like for Windows. Alternatively, one could simply return the singal as an int.

    @michael-o michael-o mannequin added 3.8 only security fixes stdlib Python modules in the Lib dir build The build process and cross-build labels Aug 16, 2018
    @michael-o
    Copy link
    Mannequin Author

    michael-o mannequin commented Aug 16, 2018

    @berkerpeksag
    Copy link
    Member

    New changeset 48ce489 by Berker Peksag (Michael Osipov) in branch 'master':
    bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786)
    48ce489

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes build The build process and cross-build stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant