Files
create/src/Mod/Import/App
Kevin Martin 4e12621954 Use PyObject_CallObject rather than interpreting generated code
Rather than generating Python code and interpreting it, which, in C++, is fraught with issues of creating the correct syntax for a str token when the text contains certain special characters like double-quote and backslash, the modified code makes call(s) to PyObject_CallObject which takes the C++ string and makes the appropriate conversion itself. The steps in building the Position passed to make_text are also done using c++ objects until the final Python Placement object is needed.
2023-11-20 18:25:29 +01:00
..
2023-09-10 19:23:47 +02:00
2023-10-23 18:08:53 +02:00
2023-09-10 19:23:47 +02:00
2023-09-10 19:23:47 +02:00
2023-10-01 08:01:41 +02:00
2023-10-01 08:01:41 +02:00
2023-09-10 19:23:47 +02:00
2023-09-10 19:23:47 +02:00
2023-10-01 08:01:41 +02:00
2023-10-01 08:01:41 +02:00
2023-10-01 08:01:41 +02:00
2023-10-01 08:01:41 +02:00
2023-10-01 08:01:41 +02:00
2023-10-01 08:01:41 +02:00