]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge...
authorGuido van Rossum <guido@python.org>
Mon, 28 Sep 2015 20:35:54 +0000 (13:35 -0700)
committerGuido van Rossum <guido@python.org>
Mon, 28 Sep 2015 20:35:54 +0000 (13:35 -0700)
commit174d059248b47fca19781b79e5da2d927bd28cc7
tree16d7a08386049690d22152f5a98a81e53135b60d
parentff6ee25102acbfa61e30a410c3fc75311a3413f0
parentd2f184652ca992c7653730540fa1da45489c451e
Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge 3.5->default.)