Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-124872: Change PyContext_WatchCallback to take PyObject#124737
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
84c233e to37dae27CompareMost changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
37dae27 toac65639CompareMost changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
ac65639 to7681358Compare@rhansen please rebase |
The PyContext struct is not intended to be public, and users of theAPI don't need anything more specific than PyObject. Also seepythongh-78943.
7681358 to79df721CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Good refactoring and jives well with the idea that C API should expose(PyObject*) for objects and not their concrete structs.
330c527 intopython:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
The PyContext struct is not intended to be public, and users of the API don't need anything more specific than PyObject. Also seegh-78943.
I don't think a NEWS blurb is needed because this amends a feature that is new to v3.14 so theexisting blurb should suffice.
cc@fried
📚 Documentation preview 📚:https://cpython-previews--124737.org.readthedocs.build/