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
The docstrings show up in IDEs (such as Visual Studio Code) and can cause confusion. I encountered this when working on the making the json module compatible with free-threading
Uh oh!
There was an error while loading. Please reload this page.
Documentation
The docstring for
PyMapping_Keys
does not reflect the documentation (see https://docs.python.org/3/c-api/mapping.html#c.PyMapping_Keys) or the implementation (see abstract.c#L2519) as
PyMapping_Keys
can only return a list. Similar for the other methods.The docstrings show up in IDEs (such as Visual Studio Code) and can cause confusion. I encountered this when working on the making the json module compatible with free-threading
Linked PRs
The text was updated successfully, but these errors were encountered: