-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix deprecated use of PyEval_Call* #34702
Milestone
Comments
Commit: |
Branch: u/chapoton/34702 |
New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
fchapoton
changed the title
fix deprecated use of PyEvall_Call*
fix deprecated use of PyEval_Call*
Oct 30, 2022
comment:4
green lights, so please review |
This comment has been minimized.
This comment has been minimized.
Reviewer: Matthias Koeppe |
Changed branch from u/chapoton/34702 to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Deprecated since Python 3.9 - https://docs.python.org/3/whatsnew/3.9.html?highlight=pyeval_callobject#changes-in-the-c-api
using
PyObject_Call
insteadhttps://docs.python.org/3/c-api/call.html#c.PyObject_Call
CC: @tscrim @kwankyu @kliem @slel
Component: refactoring
Author: Frédéric Chapoton
Branch/Commit:
285c58f
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/34702
The text was updated successfully, but these errors were encountered: