[Python-checkins] [python/cpython] 5f3b2e: correct check for _uuid_generate_time

GitHub noreply at github.com
Thu Mar 2 00:37:41 EST 2017


  Branch: refs/heads/benjamin-uuid-check
  Home:   https://github.com/python/cpython
  Commit: 5f3b2ec6517275a5d42eb1635fcf3e5c0378e4bc
      https://github.com/python/cpython/commit/5f3b2ec6517275a5d42eb1635fcf3e5c0378e4bc
  Author: Benjamin Peterson <benjamin at python.org>
  Date:   2017-03-01 (Wed, 01 Mar 2017)

  Changed paths:
    M Lib/test/test_uuid.py

  Log Message:
  -----------
  correct check for _uuid_generate_time

If ctypes is not available, _uuid_generate_time will be None not its restype attribute.




More information about the Python-checkins mailing list