]> granicus.if.org Git - python/commit
Skip long repr tests when the cached pyc file's path length would exceed the maximum...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 24 Apr 2012 11:55:35 +0000 (13:55 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 24 Apr 2012 11:55:35 +0000 (13:55 +0200)
commit01296da8df89a6a710cc883902079cbdc2601b85
tree7c30f9b0dd682ee169c1f59dc629316102515d3f
parentb9f4c9daad84a55599b12f2bb091eabcada14c06
Skip long repr tests when the cached pyc file's path length would exceed the maximum Win32 path length.
This should fix a failure on one of the XP buildbots.
Lib/test/test_reprlib.py