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
// // XXX: If we ban access of the `.keys()` method from Python internals, we can force to-dict conversion by iterating over the sequence of key-value pairs
77
-
// // see also: https://docs.python.org/3/c-api/dict.html#c.PyDict_Update
78
-
// if (PyUnicode_CompareWithASCIIString(key, "keys") == 0) {
0 commit comments