[Checkins] [zopefoundation/persistent] 05d9f7: Use Py_ssize_t for length arguments of PyArg_Parse...

Marius Gedminas noreply at github.com
Tue Mar 26 14:33:06 CET 2019


  Branch: refs/heads/py-ssize-t-clean
  Home:   https://github.com/zopefoundation/persistent
  Commit: 05d9f7078c22b28595464b51db60ffe6aac34a8d
      https://github.com/zopefoundation/persistent/commit/05d9f7078c22b28595464b51db60ffe6aac34a8d
  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.7 and the old one (using ints) has
been deprecated since Python 3.8.

Fixes #108.




More information about the checkins mailing list