summaryrefslogtreecommitdiff
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-06-19 20:20:05 +0000
committerJack Jansen <jack.jansen@cwi.nl>2001-06-19 20:20:05 +0000
commit97df7b61f2873ad78760efd5c0ce182ef07be9ee (patch)
treeeae250f01facf8c8a652582d806a621e1a8acab4 /Python/sysmodule.c
parent1bdcadd61017176f58880871f08b82ad814d0327 (diff)
downloadcpython-git-97df7b61f2873ad78760efd5c0ce182ef07be9ee.tar.gz
The test used int(time.time()) to get a random number, but this doesn't work on the mac (where times are bigger than ints). Changed to int(time.time()%1000000).
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions