[Checkins] [zopefoundation/zope.proxy] 5658bd: Don't set tp_print/tp_vectorcall_offset on Python 3.

Jason Madden noreply at github.com
Tue Jan 21 12:18:07 CET 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.proxy
  Commit: 5658bd31dacda687512cbe58740cd18c7e074c0f
      https://github.com/zopefoundation/zope.proxy/commit/5658bd31dacda687512cbe58740cd18c7e074c0f
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M CHANGES.rst
    M README.rst
    A docs/changes.rst
    M docs/index.rst
    M src/zope/proxy/_zope_proxy_proxy.c

  Log Message:
  -----------
  Don't set tp_print/tp_vectorcall_offset on Python 3.

In 3.8 it produces a compilation warning, in earlier versions it is ignored.

Normalize ReST headings when adding the change note.

Publish changes on RTD.


  Commit: 5773b8b33e42d28962684f7647f4dca089518259
      https://github.com/zopefoundation/zope.proxy/commit/5773b8b33e42d28962684f7647f4dca089518259
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M CHANGES.rst
    M README.rst
    A docs/changes.rst
    M docs/index.rst
    M src/zope/proxy/_zope_proxy_proxy.c

  Log Message:
  -----------
  Merge pull request #37 from zopefoundation/issue36

Don't set tp_print/tp_vectorcall_offset on Python 3.


Compare: https://github.com/zopefoundation/zope.proxy/compare/469895960005...5773b8b33e42


More information about the checkins mailing list