commit | 0b881dd50f38ef3215aa5093d57b353440bba076 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Dec 12 13:17:41 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Dec 12 13:17:41 2014 +0100 |
tree | d40a15f24a96f7b54c48843089e72b5774801e11 | |
parent | 437ffbdcd8b7819af256f4e1b0a674f7612e8f30 [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.