mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
bpo-42960: Add resource.RLIMIT_KQUEUES constant from FreeBSD (GH-24251)
This commit is contained in:
parent
a3c3ffa68e
commit
7be00ee64a
3 changed files with 13 additions and 0 deletions
|
|
@ -255,6 +255,14 @@ platform.
|
|||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
.. data:: RLIMIT_KQUEUES
|
||||
|
||||
The maximum number of kqueues this user id is allowed to create.
|
||||
|
||||
.. availability:: FreeBSD 11 or later.
|
||||
|
||||
.. versionadded:: 3.10
|
||||
|
||||
Resource Usage
|
||||
--------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue