Commit Graph

6 Commits (v3.8.0)

Author SHA1 Message Date
Ivo Anjo 3eb530bb34
Actually template the license
I'm pretty sure the `$license_for_repo` is a placeholder 🤣 .
2021-08-05 11:47:52 +01:00
Maxime Mouial 0b25cc5505 Fix position type
Py_ssize_t is not the same time on linux and windows (long vs longlong).
Using the python size_t type fix the issue
2019-01-30 15:28:55 -07:00
Rémi Calixte eefd9dbc8b Don't use non constant in initializer 2019-01-29 14:22:32 -07:00
Rémi Calixte a6de78a63f Add PyDict_Next 2019-01-29 14:22:32 -07:00
Rémi Calixte 9e4fc8dd4c Add copyright header 2019-01-29 14:22:32 -07:00
Rémi Calixte 422fa73927
Basic Types 2018-12-10 16:44:12 -05:00