bpo-31174: Fix test_tools.test_unparse by vstinner · Pull Request #4102 · python/cpython

@vstinner

test_unparse.DirectoryTestCase now stores the names sample to always
test the same files. It prevents false alarms when hunting reference
leaks.

serhiy-storchaka

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Oct 24, 2017
test_unparse.DirectoryTestCase now stores the names sample to always
test the same files. It prevents false alarms when hunting reference
leaks.
(cherry picked from commit 8e482be)

vstinner pushed a commit that referenced this pull request

Oct 24, 2017
test_unparse.DirectoryTestCase now stores the names sample to always
test the same files. It prevents false alarms when hunting reference
leaks.
(cherry picked from commit 8e482be)