[Python-checkins] [python/cpython] 370fd2: Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyB...

GitHub noreply at github.com
Wed Mar 8 13:47:50 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 370fd202f1a3d06329ca2dbfdcb22ca1c9de64c0
      https://github.com/python/cpython/commit/370fd202f1a3d06329ca2dbfdcb22ca1c9de64c0
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
    M Objects/unicodeobject.c
    M Python/import.c

  Log Message:
  -----------
  Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_FromLong(0)/PyBool_FromLong(1). (#567)




More information about the Python-checkins mailing list