File: all_py3c_headers.h

package info (click to toggle)
py3c 1.4-1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 344 kB
  • sloc: ansic: 881; python: 383; makefile: 207
file content (7 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
7
/* Include all py3c headers, including optional ones */

#include <Python.h>
#include <py3c.h>
#include <py3c/capsulethunk.h>
#include <py3c/fileshim.h>
#include <py3c/tpflags.h>