[issue40144] resource: RLIMIT_xxx and RUSAGE_xxx constants are missing on macOS 10.15.4

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: Ignore this issue, it's a typo in the PR ;-) -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ _

[issue40144] resource: RLIMIT_xxx and RUSAGE_xxx constants are missing on macOS 10.15.4

2020-04-02 Thread hai shi
hai shi added the comment: > The PR modify the resource module. Oh. H. I see :-D Do I miss something? -- ___ Python tracker ___ ___

[issue40144] resource: RLIMIT_xxx and RUSAGE_xxx constants are missing on macOS 10.15.4

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: > There's nothing wrong with the Azure CI job, AFAICT. The issue seems to be > in the changes made by the PR itself. The PR modify the resource module. Oh. H. I see :-D -- ___ Python tracker

[issue40144] resource: RLIMIT_xxx and RUSAGE_xxx constants are missing on macOS 10.15.4

2020-04-02 Thread Ned Deily
Ned Deily added the comment: There's nothing wrong with the Azure CI job, AFAICT. The issue seems to be in the changes made by the PR itself. Testing on 10.15.4 from master HEAD, test_resource passes as always. But after applying the PR under test in the CI, PR 19252 from Issue1635741, th

[issue40144] resource: RLIMIT_xxx and RUSAGE_xxx constants are missing on macOS 10.15.4

2020-04-01 Thread hai shi
Change by hai shi : -- nosy: +shihai1991 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue40144] resource: RLIMIT_xxx and RUSAGE_xxx constants are missing on macOS 10.15.4

2020-04-01 Thread STINNER Victor
STINNER Victor added the comment: I upgraded my macbook to macOS 10.15.4: $ ./python.exe -m test.pythoninfo|grep -E 'uname|platform' os.uname: posix.uname_result(sysname='Darwin', nodename='macbook', release='19.4.0', version='Darwin Kernel Version 19.4.0: Wed Mar 4 22:28:40 PST 2020; root

[issue40144] resource: RLIMIT_xxx and RUSAGE_xxx constants are missing on macOS 10.15.4

2020-04-01 Thread STINNER Victor
Change by STINNER Victor : -- title: test.support.SuppressCrashReport fails on macOS 10.15.4 -> resource: RLIMIT_xxx and RUSAGE_xxx constants are missing on macOS 10.15.4 ___ Python tracker _