9da2447 Fix Python 3.10 support

Authored and Committed by Victor Stinner 3 years ago
    Fix Python 3.10 support
    
    Copy PyObject_AsCharBuffer() function code from Python 3.9
    to qpycore_qstring.cpp: only declared when built with Python 3.10 or
    newer.
    
        
file modified
+8 -1