File: cxx_exceptions.cxx

package info (click to toggle)
pycxx 7.1.8-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,392 kB
  • sloc: cpp: 6,767; python: 1,138; sh: 85; ansic: 60; makefile: 18
file content (7 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
#include "CXX/WrapPython.h"

#if PY_MAJOR_VERSION == 2
#include "Python2/cxx_exceptions.cxx"
#else
#include "Python3/cxx_exceptions.cxx"
#endif