[Checkins] [zopefoundation/zope.interface] 5c0878: Don't redefine METH_KEYWORDS

GitHub noreply at github.com
Thu Jan 5 16:01:11 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.interface
  Commit: 5c08781ce9d73d8422bad9b2c2ef3c78ed5e5ff1
      https://github.com/zopefoundation/zope.interface/commit/5c08781ce9d73d8422bad9b2c2ef3c78ed5e5ff1
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-01-05 (Thu, 05 Jan 2017)

  Changed paths:
    M CHANGES.rst
    M src/zope/interface/_zope_interface_coptimizations.c

  Log Message:
  -----------
  Don't redefine METH_KEYWORDS

Instead, use the intended METH_KEYWORDS | METH_VARARGS spelling.

Fixes #71


  Commit: 7a1d23c270a2e7c637211729f81e5fcc4bfcf1cb
      https://github.com/zopefoundation/zope.interface/commit/7a1d23c270a2e7c637211729f81e5fcc4bfcf1cb
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-01-05 (Thu, 05 Jan 2017)

  Changed paths:
    M CHANGES.rst
    M src/zope/interface/_zope_interface_coptimizations.c

  Log Message:
  -----------
  Merge pull request #72 from zopefoundation/issue71

Don't redefine METH_KEYWORDS


Compare: https://github.com/zopefoundation/zope.interface/compare/947bd6da06e8...7a1d23c270a2


More information about the checkins mailing list