CVB++ 15.1
Loading...
Searching...
No Matches
InterpreterVersion Struct Reference

Active interpreter version. More...

#include <py_script.hpp>

Public Attributes

int Major
 Major version of the active interpreter.
 
int Minor
 Minor version of the active interpreter.
 
int Micro
 Micro version of the active interpreter.
 

Detailed Description

Active interpreter version.

This is the version as reported by sys.version_info. The version is provided as additional information, and not for choosing a specific version. Specific versions can be chosen by adjusting the PATH before creating a Context.

Member Data Documentation

◆ Micro

int Micro

Micro version of the active interpreter.

The term micro is used by python in CVB the third version number is referned to as sub minor.