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
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -21,8 +21,6 @@
#include "PyCore/Embed/PyObjectPtr.h"
#include <string>
class MultiLayer;
namespace PyInterpreter {
//! Creates a multi layer by running python code in embedded interpreter, given
Loading