- 01 Eyl, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
Use a pool of integer objects toprevent false alarm when checking for memory block leaks. Fill the pool with values in -1000..1000 which are the most common (reference, memory block, file descriptor) differences. Co-Authored-By:
Antoine Pitrou <pitrou@free.fr>
-
- 22 Tem, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* bpo-26732: fix too many fds in processes started with the "forkserver" method A child process would inherit as many fds as the number of still-running children. * Add blurb and test comment
-
- 29 Haz, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
Only report a leak if each run leaks at least one memory block.
-
- 27 Haz, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Change the regrtest --huntrleaks checker to decide if a test file leaks or not. Require that each run leaks at least 1 reference. * Warmup runs are now completely ignored: ignored in the checker test and not used anymore to compute the sum. * Add an unit test for a reference leak. Example of reference differences previously considered a failure (leak) and now considered as success (success, no leak): [3, 0, 0] [0, 1, 0] [8, -8, 1]
-
- 05 Mar, 2017 1 kayıt (commit)
-
-
Ivan Levkivskyi yazdı
-
- 08 Şub, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
Write also dots into stderr, instead of stdout.
-
- 02 Eki, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
file descriptors. Patch written by Richard Oudkerk.
-
- 30 Eyl, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Fix "-m test --forever": replace _test_forever() with self._test_forever() * Add unit test for --forever * Add unit test for a failing test * Fix also some pyflakes warnings in libregrtest
-
- 29 Eyl, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 26 Eyl, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-