mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-142890: remove unnecessary interp parameter from dict functions and _PyDict_NotifyEvent (#142923)
This commit is contained in:
parent
4a8ecbad80
commit
e22c49522b
5 changed files with 46 additions and 68 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue