# Constructor arguments the .pyi marks omittable that the binding requires, and
# that doppler cannot fix on its own. Both faces are jm-generated, so there is
# no local change that makes them agree — only the upstream one. Each entry is
# `Class.param`, and check_init_param_optionality.py reports an entry that has
# stopped diverging, so this list cannot quietly outlive its reason.
#
# just-makeit#823 Ask C, a different mechanism reaching the same symptom. A
# capsule init-param (gh-790) rejects Py_None unconditionally, so its binding
# has no `|` at all, while the stub still renders it `= ...`. A capsule METHOD
# param (gh-432) already maps None -> NULL, so the two capsule paths disagree.
#
# The C means something by NULL here: "no time base stated", after which the
# capture's sidecar omits the keys rather than fabricating a sample rate into a
# file that outlives the process. Python cannot say it yet. The docstrings say
# so plainly rather than promising a None that raises.
#
# Remove BOTH when the pin carries Ask C; no signature changes, the TypeError
# simply becomes a working call.
MemoryCapture.clock
Capture.clock
