Path to this page:
Subject: CVS commit: pkgsrc/lang/py-py3c
From: Adam Ciarcinski
Date: 2021-02-14 16:02:11
Message id: 20210214150211.CF9F8FA95@cvs.NetBSD.org
Log Message:
py-py3c: updated to 1.3
v1.3
Compatibility:
Tested with Python 3.9.0
Additions:
To help avoid compiler warning about uninitialized members, extra members are \
added to the PyModuleDef structure for Python 2: m_slots, m_traverse, m_clear \
and m_free. Under Python 2, they must be set to NULL (usually by continuing to \
leave them out).
Files: