[Checkins] [zopefoundation/persistent] 0d12eb: Use Py_ssize_t for length arguments of PyArg_Parse...

Marius Gedminas noreply at github.com
Wed Apr 17 13:00:35 CEST 2019


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/persistent
  Commit: 0d12ebe6121c0f6c055579b33836494053e692ae
      https://github.com/zopefoundation/persistent/commit/0d12ebe6121c0f6c055579b33836494053e692ae
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-03-26 (Tue, 26 Mar 2019)

  Changed paths:
    M persistent/_timestamp.c

  Log Message:
  -----------
  Use Py_ssize_t for length arguments of PyArg_ParseTuple

This API was introduced in Python 2.5 and the old one (using ints) has
been deprecated since Python 3.8.

Fixes #108.


  Commit: 5b24c6fe097c2ca998d0a75fa3be2d6017d05508
      https://github.com/zopefoundation/persistent/commit/5b24c6fe097c2ca998d0a75fa3be2d6017d05508
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-03-26 (Tue, 26 Mar 2019)

  Changed paths:
    M persistent/cPersistence.c

  Log Message:
  -----------
  Use Py_ssize_t for length arguments of PyObject_CallFunction

This API was introduced in Python 2.5 and the old one (using ints) has
been deprecated since Python 3.8.

See #108.


  Commit: d64c97634c293e94cf950e49445fc822e504dcbe
      https://github.com/zopefoundation/persistent/commit/d64c97634c293e94cf950e49445fc822e504dcbe
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
    M persistent/_timestamp.c
    M persistent/cPersistence.c

  Log Message:
  -----------
  Merge pull request #109 from zopefoundation/py-ssize-t-clean

Use Py_ssize_t for length arguments of PyArg_ParseTuple


Compare: https://github.com/zopefoundation/persistent/compare/767328558857...d64c97634c29


More information about the checkins mailing list