]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21555: simplify code in gcmodule.c by using the pytime.h functions instead...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 May 2014 17:21:53 +0000 (19:21 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 May 2014 17:21:53 +0000 (19:21 +0200)
commit40f6b121c59242d139d2d1ad2f4fd5f1724191e1
tree512ab22dc0f1e311e6de2db43f67868f870adea4
parentb19e75d0c025514ca07aae9ccfaebfdf0674d369
Issue #21555: simplify code in gcmodule.c by using the pytime.h functions instead of trying to call time.time() via the C API.
Patch by Geoffrey Spear.
Misc/ACKS
Modules/gcmodule.c