gh-116735: Use MISSING for CALL event if argument is absent (GH-116737)

This commit is contained in:
Tian Gao 2024-03-15 07:46:18 -07:00 committed by GitHub
parent d180b507c4
commit 59e30f41ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 3 deletions

View file

@ -0,0 +1 @@
For ``INSTRUMENTED_CALL_FUNCTION_EX``, set ``arg0`` to ``sys.monitoring.MISSING`` instead of ``None`` for :monitoring-event:`CALL` event.