Up to [local] / OpenXM / src / ox_python
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 2 00:23:25 2022 UTC (2 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)
Bug fix of error handling. BUG: Py_RunString or Py_RunSimpleString do not accept big matrix of size 1540x2043.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Sep 8 03:05:19 2018 UTC (6 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.1: +5 -1
lines
Diff to previous 1.1 (colored)
ox_cmo_rpc(Pid,"eval","1+2")$ printf("result of eval 1+2= %a\n",ox_pop_cmo(Pid))$ returns error TypeError: eval must be given globals and locals when calle without a frame This bug has not been fixed.
Revision 1.1 / (download) - annotate - [selected], Sat Sep 8 00:16:19 2018 UTC (6 years, 2 months ago) by takayama
Branch: MAIN
The initial version of ox_python. sm_executeStringByLocalParser is executed by PyRun_SimpleString(). See assert1.rr