commit | 2b565bb6f3112644b4b53278513f4fe7f501d536 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Dec 12 13:19:00 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Dec 12 13:19:00 2014 +0100 |
tree | 0dea0761c5b2b7684df20dd5a6ff003c8e6d2f33 | |
parent | e4efc3d913514458d15780e5c3bea3316375562a [diff] |
Issue #18028: Fix aliasing issue in READ_TIMESTAMP() of ceval.c on x86_64, when Python is configure with --with-tsc. Patch written by Christian Heimes.