| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Fix error messages for PySequence_Size(), PySequence_GetItem(), PySequence_SetItem() and PySequence_DelItem() called with a mapping and PyMapping_Size() called with a sequence.
|
Shouldn't this be attached to https://bugs.python.org/issue33933 which is specifically about the error message? Edit: nevermind, Raymond addresses this on the ticket. |
Sorry, something went wrong.
|
I'm going to merge this PR if there are no other suggestions. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fix error messages for PySequence_Size(), PySequence_GetItem(),
PySequence_SetItem() and PySequence_DelItem() called with a mapping
and PyMapping_Size() called with a sequence.
https://bugs.python.org/issue32500