]> granicus.if.org Git - python/commit
Issue #14125: Fix refleak in timemodule.c on Windows. Thanks sbt for pointing
authorStefan Krah <skrah@bytereef.org>
Mon, 27 Feb 2012 15:30:26 +0000 (16:30 +0100)
committerStefan Krah <skrah@bytereef.org>
Mon, 27 Feb 2012 15:30:26 +0000 (16:30 +0100)
commit4aea7d3811970e1f88f0804baaf55fa94987772c
treee295d7208eb99c5a9732a7ef9ccfc849d4996850
parenta03422f5d3a0780bfde5e4aa7ee05e1eb9a090fd
Issue #14125: Fix refleak in timemodule.c on Windows. Thanks sbt for pointing
out the location of the problem. MS_WINDOWS currently implies !HAVE_WCSFTIME,
so the addition of !defined(HAVE_WCSFTIME) is for readability.
Modules/timemodule.c