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
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -59,6 +59,8 @@ std::string errorDescription(const std::string& title = "");
@@ -59,6 +59,8 @@ std::string errorDescription(const std::string& title = "");
//-- Numpy-related functionality
//-- Numpy-related functionality
namespace Numpy {
namespace Numpy {
 
typedef long int np_size_t; // size type used in Numpy
 
//! Initializes Numpy
//! Initializes Numpy
int initialize();
int initialize();
Loading