Message36776
| Author |
doerwalter |
| Recipients |
| Date |
2001年06月12日.16:56:44 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=89016
> One thing which I don't like about your API change is that
> you removed the Py_UNICODE*data, int size style arguments
> --
> this makes it impossible to use the new APIs on non-Python
> data or data which is not available as Unicode object.
Another problem is, that the callback requires a Python
object, so in the PyObject *version, the refcount is
incref'd and the object is passed to the callback. The
Py_UNICODE*/int version would have to create a new Unicode
object from the data.
|
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:06:03 | admin | link | issue432401 messages |
| 2007年08月23日 15:06:03 | admin | create |
|