summaryrefslogtreecommitdiff
path: root/gi/pygi-resulttuple.c
Commit message (Expand)AuthorAgeFilesLines
* Port to Py_TRASHCAN_BEGINChristoph Reiter2023-01-271-2/+2
* Don't assume Py_TYPE being a macroTomas Hrnciar2020-11-111-1/+1
* Rename PYGLIB_DEFINE_TYPE to PYGI_DEFINE_TYPEChristoph Reiter2020-04-161-1/+1
* Remove all Python 2 C codeChristoph Reiter2020-04-161-13/+13
* Use Py_TYPE() everywhereChristoph Reiter2018-04-181-1/+1
* Include Python.h firstChristoph Reiter2018-04-121-0/+1
* resulttuple: fix a wrong decrefChristoph Reiter2018-03-251-2/+0
* resulttuple: disable the tuple free list under PyPyChristoph Reiter2018-03-251-0/+14
* Add error handling to all type init function.Christoph Reiter2018-03-231-2/+2
* Rename pyglib-python-compat.h to pygi-python-compat.hChristoph Reiter2018-03-231-1/+1
* Remove pyglib.c/hChristoph Reiter2018-03-221-1/+2
* Merge pyglib-private.h into pyglib.hChristoph Reiter2016-06-011-1/+1
* Use a named tuple for returning multiple valuesChristoph Reiter2015-10-271-0/+354