bpo-42960: resources module, adding RLIMIT_KQUEUES constant from FreeBSD#24251
Conversation
|
This PR is stale because it has been open for 30 days with no activity. |
There was a problem hiding this comment.
I prefer the definition from the FreeBSD manual page:
"The maximum number of kqueues this user id is allowed to create."
=> "is allowed to create" rather than "created".
There was a problem hiding this comment.
| Adds RLIMIT_KQUEUES constant from FreeBSD to the resources module | |
| Adds :data:`resource.RLIMIT_KQUEUES` constant from FreeBSD to the :mod:`resource` module. |
86b017d to
7a74e20
Compare
There was a problem hiding this comment.
it's still different than the sentence from the FreeBSD manual page, this sentence sounds wrong to me.
7a74e20 to
1038bb6
Compare
ambv
left a comment
There was a problem hiding this comment.
There is no "resources" module. Victor gave you a correct code suggestion you could have applied.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
There was a problem hiding this comment.
please put a trailing dot to your sentence (and fix the typo in the module name)
1038bb6 to
f91a1f7
Compare
f91a1f7 to
5ebb65c
Compare
https://bugs.python.org/issue42960