Message 85195 - Python tracker
Let's try grep on py3k:
grep 'Py_BuildValue("[^"]*c' $(find -name "*.c")
Py_BuildValue("c") is used for:
- mmap.read_byte() result
- <curses window>.getkey() result: this method returns also unicode
string => your patch breaks getkey()!
- array.__reduce__(): i don't understand if the patch breaks anything
I think that curses and array should use "C" format, but... it doesn't
exist for Py_BuildValue. It was maybe forgotten.