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

Modernize siginterrupt calls #85841

Closed
pablogsal opened this issue Aug 31, 2020 · 2 comments
Closed

Modernize siginterrupt calls #85841

pablogsal opened this issue Aug 31, 2020 · 2 comments
Labels
3.10 only security fixes

Comments

@pablogsal
Copy link
Member

BPO 41675
Nosy @pablogsal
PRs
  • bpo-41675: Modernize siginterrupt calls #22028
  • 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 2020-09-02.14:29:25.017>
    created_at = <Date 2020-08-31.13:51:22.816>
    labels = ['3.10']
    title = 'Modernize siginterrupt calls'
    updated_at = <Date 2020-09-02.14:29:25.016>
    user = 'https://github.com/pablogsal'

    bugs.python.org fields:

    activity = <Date 2020-09-02.14:29:25.016>
    actor = 'pablogsal'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-09-02.14:29:25.017>
    closer = 'pablogsal'
    components = []
    creation = <Date 2020-08-31.13:51:22.816>
    creator = 'pablogsal'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 41675
    keywords = ['patch']
    message_count = 2.0
    messages = ['376152', '376241']
    nosy_count = 1.0
    nosy_names = ['pablogsal']
    pr_nums = ['22028']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue41675'
    versions = ['Python 3.10']

    @pablogsal
    Copy link
    Member Author

    siginterrupt is deprecated:

    ./Modules/signalmodule.c:667:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations]
    667 | if (siginterrupt(signalnum, flag)<0) {

    @pablogsal pablogsal added 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes and removed 3.8 only security fixes 3.9 only security fixes labels Aug 31, 2020
    @pablogsal
    Copy link
    Member Author

    New changeset f9c5e3f by Pablo Galindo in branch 'master':
    bpo-41675: Modernize siginterrupt calls (GH-22028)
    f9c5e3f

    @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.10 only security fixes
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant