[issue41675] Modernize siginterrupt calls

2020-09-02 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset f9c5e3f5f61cd380f8a17c814766fc3730b7fbdf by Pablo Galindo in branch 'master': bpo-41675: Modernize siginterrupt calls (GH-22028) https://github.com/python/cpython/commit/f9c5e3f5f61cd380f8a17c814766fc3730b7fbdf -- _

[issue41675] Modernize siginterrupt calls

2020-09-02 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue41675] Modernize siginterrupt calls

2020-08-31 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +21128 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22028 ___ Python tracker __

[issue41675] Modernize siginterrupt calls

2020-08-31 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : 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) { -- messages: 376152 nosy:

[issue41675] Modernize siginterrupt calls

2020-08-31 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- versions: -Python 3.8, Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list Uns