gh-142890: remove unnecessary interp parameter from dict functions and _PyDict_NotifyEvent (#142923)

This commit is contained in:
Kumar Aditya 2025-12-18 22:48:56 +05:30 committed by GitHub
parent 4a8ecbad80
commit e22c49522b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 46 additions and 68 deletions

View file

@ -272,8 +272,7 @@ _PyDict_SendEvent(int watcher_bits,
PyObject *value);
static inline void
_PyDict_NotifyEvent(PyInterpreterState *interp,
PyDict_WatchEvent event,
_PyDict_NotifyEvent(PyDict_WatchEvent event,
PyDictObject *mp,
PyObject *key,
PyObject *value)