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
This way, we don't need the "getPythonNone" function, which was only
called once, to create the object. Beginning with Python 3.12, None
will have a constant hash anyway. We use this new value. See
python/cpython#99541.
0 commit comments