Author: futatuki
Revision: 1884279
Modified property: svn:log

Modified: svn:log at Sat Dec 12 16:58:18 2020
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Dec 12 16:58:18 2020
@@ -8,9 +8,10 @@ than reference counting, there is no war
 immediately after when those objects lose the last reference.  So we
 use context manager to ensure close() is called immediately after
 those objects to be unnecessary.  This helps us to run 'make check'
-with PyPy under an even lower limit of number of open files, although we
-don't recommend to use PyPy because PyPy is much slower than CPython for
-this purpose.
+with PyPy under an even lower limit of number of open files
+(RLIMIT_NOFILE in symbolic resouce name; see man page of getrlimit),
+although we don't recommend to use PyPy because PyPy is much slower
+than CPython for this purpose.
 
 * build/run_tests.py
   (TestHarness._init_c_tests): Use context manager to write file.

Reply via email to