[Python-Dev] PyString -> PyBytes C API renaming (original) (raw)
Christian Heimes lists at cheimes.de
Thu May 29 12:01:44 CEST 2008
- Previous message: [Python-Dev] Stabilizing the C API of 2.6 and 3.0
- Next message: [Python-Dev] [Python-3000] Finishing up PEP 3108
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Stefan Behnel schrieb:
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.
In Python 2.6 the PyBytes_* functions are only available to the compiler but not to the linker. In 2.6 the ABI functions are PyString_* and in 3.0 it's PyBytes_*
Christian
- Previous message: [Python-Dev] Stabilizing the C API of 2.6 and 3.0
- Next message: [Python-Dev] [Python-3000] Finishing up PEP 3108
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]