diff options
author | Thomas Wouters <thomas@python.org> | 2006-03-01 01:01:55 +0000 |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2006-03-01 01:01:55 +0000 |
commit | e1f16a6c23449fef9cbe80d8e4349d9868a24e67 (patch) | |
tree | 48fce4d14282c6471c71c7effe7cd8edca7b4433 /Python/pythonrun.c | |
parent | ce10b1ec09a3ca4070e3e33df6397992430a2ffd (diff) | |
download | cpython-e1f16a6c23449fef9cbe80d8e4349d9868a24e67.tar.gz |
Fix DBEnv's set_tx_timestamp wrapper to be slightly more correct on
non-32bit platforms. Will still only allow 32 bits in a timestamp on Win64,
but at least it won't crash, and it'll work right on platforms where longs
are big enough to contain time_t's.
(A better-working, although conceptually less-right fix would have been to
use Py_ssize_t here, but Martin and Tim won't let me.)
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions