[issue5280] PyBytes_InternInPlace is missing in bytesobject.h

2009-02-16 Thread Benjamin Peterson
Benjamin Peterson added the comment: The reason for that is that PyBytes_InternFromString doesn't exist in 3.0. I noted that in the docs in r69672. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker

[issue5280] PyBytes_InternInPlace is missing in bytesobject.h

2009-02-16 Thread Rasmus Andersson
Changes by Rasmus Andersson : -- type: -> compile error ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue5280] PyBytes_InternInPlace is missing in bytesobject.h

2009-02-16 Thread Rasmus Andersson
New submission from Rasmus Andersson : The PyBytes_InternInPlace 2-to-3 transition macro is missing in include/bytesobject.h Alternatively, the documentation[1] is missing some details. At the top there's a note saying "These functions have been renamed to PyBytes_* in Python 3.x. The PyBytes