Skip to content

Commit e22c495

Browse files
gh-142890: remove unnecessary interp parameter from dict functions and _PyDict_NotifyEvent (#142923)
1 parent 4a8ecba commit e22c495

File tree

5 files changed

+46
-68
lines changed

5 files changed

+46
-68
lines changed

Include/internal/pycore_dict.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,7 @@ _PyDict_SendEvent(int watcher_bits,
272272
PyObject *value);
273273

274274
static inline void
275-
_PyDict_NotifyEvent(PyInterpreterState *interp,
276-
PyDict_WatchEvent event,
275+
_PyDict_NotifyEvent(PyDict_WatchEvent event,
277276
PyDictObject *mp,
278277
PyObject *key,
279278
PyObject *value)

0 commit comments

Comments
 (0)