[Python-3000] [Python-Dev] PyString -> PyBytes C API renaming

Stefan Behnel stefan_ml at behnel.de
Thu May 29 10:30:55 CEST 2008


M.-A. Lemburg wrote:
> If you use PyBytes APIs, you expect to find PyBytes functions in
> the libs and also set breakpoints on these.

AFAICT, the PyBytes_* functions are in both Py2.6 and Py3 now, so no problem here.

Besides, how likely is it that users set a breakpoint on the PyBytes/PyString
functions?

Stefan



More information about the Python-3000 mailing list