.. data:: RLIM_INFINITY
Constant used to represent the limit for an unlimited resource.
- Its value is larger than any limited resource value.
.. versionchanged:: next
It is now always positive.
-:data:`resource.RLIM_INFINITY` is now always a positive integer larger than
-any limited resource value. This simplifies comparison of the resource
-values. Previously, it could be negative, such as -1 or -3, depending on
-platform.
+:data:`resource.RLIM_INFINITY` is now always a positive integer.
+On all supported platforms, it is larger than any limited resource value,
+which simplifies comparison of the resource values.
+Previously, it could be negative, such as -1 or -3, depending on platform.