<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Hrvoje Niksic wrote:
<blockquote cite="mid:49D4B2C4.4060107@avl.com" type="cite">If we're
adding type information, then please make it a Python object rather
than a C string.&nbsp; That way the creator and the consumer can use a
richer API to query the "type", such as by calling its methods or by
inspecting it in some other way.<br>
</blockquote>
<br>
I'm not writing my patch that way; it would be too cumbersome for what
is ostensibly an easy, light-weight API.&nbsp; If you're going that route
you might as well create a real PyTypeObject for the blob you're
passing in.<br>
<br>
But please feel free to contribute your own competing patch; you may
start with my patch if you like.<br>
<br>
YAGNI,<br>
<br>
<br>
<i>larry</i><br>
</body>
</html>