Alan Baljeu wrote:
I was reading some legacy code we have here, and discovered an unexpected
idiom. Starting from C++, we create a dictionary, store a few named constants
in there, and then call PyEval_EvalCode passing in the dictionary. The code it
calls is a bunch of python files generated
I was reading some legacy code we have here, and discovered an unexpected
idiom. Starting from C++, we create a dictionary, store a few named constants
in there, and then call PyEval_EvalCode passing in the dictionary. The code it
calls is a bunch of python files generated from a CAD model, wi