From: Benjamin Peterson Date: Sun, 27 Jun 2010 21:15:09 +0000 (+0000) Subject: Blocked revisions 79925-79926,80397 via svnmerge X-Git-Tag: v3.2a1~430 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=324222d3703892374da7d504c0d4e1dcd44ffaae;p=python Blocked revisions 79925-79926,80397 via svnmerge ........ r79925 | nick.coghlan | 2010-04-10 09:24:36 -0500 (Sat, 10 Apr 2010) | 1 line Try to turn some buildbots green by allowing test_multiprocessing to pass even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system) ........ r79926 | nick.coghlan | 2010-04-10 10:01:54 -0500 (Sat, 10 Apr 2010) | 1 line Fix typo in comment ........ r80397 | sean.reifschneider | 2010-04-23 03:38:24 -0500 (Fri, 23 Apr 2010) | 2 lines Small comment documentation change to clarify "ident" selection. ........ ---