Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SOT][3.11] fix eval frame for python 3.11 (#57490)
* [SOT] fix eval frame for python 3.11 * fix missing `()` * fix no Paddle_PyInterpreterFrameProxyType in < 3.11 * `Paddle_PyInterpreterFrameProxy` -> `PyInterpreterFrameProxy` * compat for eval_custom_code * clean callback result is None logic * refine internal API name * refine comments
- Loading branch information