Skip to content
Snippets Groups Projects

PyCore: Re-implementation of embedded Python as a separate module (Major change)

Merged Ammar Nejati requested to merge newEmbeddedPython into main
5 files
+ 36
26
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 2
0
@@ -18,7 +18,9 @@
#include <memory>
#include <vector>
#ifdef BORNAGAIN_PYTHON
#include "PyCore/Embed/PyObjectDecl.h"
#endif
using std::size_t;
Loading