Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use more reasonable nesting in test_plistlib's test_deep_nesting
This adjust the nesting levels used by the test_deep_nesting because the previous levels consistently hit the recursion limit and ended up not testing anything. Adjusting the level is reasonable because the tested nesting levels should still be significantly larger than those seen in real world plist files. The test also no longer ignores recursion errors.
- Loading branch information