[Python-checkins] [python/cpython] 3e8d6c: bpo-29509: skip redundant intern (GH-197)

GitHub noreply at github.com
Tue Feb 21 09:57:27 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 3e8d6cb1892377394e4b11819c33fbac728ea9e0
      https://github.com/python/cpython/commit/3e8d6cb1892377394e4b11819c33fbac728ea9e0
  Author: INADA Naoki <methane at users.noreply.github.com>
  Date:   2017-02-21 (Tue, 21 Feb 2017)

  Changed paths:
    M Objects/object.c

  Log Message:
  -----------
  bpo-29509: skip redundant intern (GH-197)

PyObject_GetAttrString intern temporary key string.
It's completely redudant.




More information about the Python-checkins mailing list