File: pgenheaders.h

package info (click to toggle)
python3-typed-ast 1.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,728 kB
  • sloc: ansic: 31,662; python: 4,185; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#ifndef DUMMY_Py_PGENHEADERS_H
#define DUMMY_Py_PGENHEADERS_H

/* pgenheaders.h is included by a bunch of files but nothing in it is
 * used except for the Python.h import, and it was removed in Python
 * 3.8. Since some of those files are generated we provide a dummy
 * pgenheaders.h. */
#include "Python.h"

#endif /* !DUMMY_Py_PGENHEADERS_H */