You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAIK there's currently no way for third-party1 C extension modules to supply runtime signature information. You should still get errors for omitted / extraneous symbols with extension modules, though.
I'm trying to run stubtest on ujson stubs, but am running into issues
Here are the exact steps I've followed:
I then added
ujson.pyi
with the following contents (note: the signature are all intentionally completely wrong):And then ran
So, despite having added completely wrong signatures,
mypy.stubtest
isn't reporting any issues.Is there anything I should do differently in order to get stubtest to report issues with the wrong signatures I added?
The text was updated successfully, but these errors were encountered: