On Nov 22, 2007 1:42 PM, amaury.forgeotdarc <[email protected]> wrote: > Next step: should PyString_AsStringAndSize accept buffer objects?
No, code that wants to accept buffer objects should be rewritten to use the proper buffer APIs, which make sure the data is locked in memory while it is being used. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
