I'll have to look at the code later tonight. It is possible something got removed that should not have been. <br><br><div class="gmail_quote">On Tue, Apr 8, 2008 at 10:43 AM, Stefan Behnel <<a href="mailto:stefan_ml@behnel.de">stefan_ml@behnel.de</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<div class="Ih2E3d"><br>
Robert Bradshaw wrote:<br>
> On Apr 7, 2008, at 2:25 AM, Stefan Behnel wrote:<br>
</div><div class="Ih2E3d">>> there seems to be a problem with cimporting public extension classes<br>
>> from another Cython module.<br>
><br>
</div><div class="Ih2E3d">> I've fixed this now and released 0.9.6.13.1.<br>
<br>
</div>Still broken, but in a different way. Changeset c2a988dd8e6c by Gary Furnish<br>
has this diff:<br>
<br>
-----------------------------------<br>
@@ -356,23 +467,6 @@ class ModuleNode(Nodes.Node, Nodes.Block<br>
self.generate_struct_union_definition(entry, code)<br>
elif type.is_enum:<br>
self.generate_enum_definition(entry, code)<br>
- elif type.is_extension_type:<br>
- self.generate_obj_struct_definition(type, code)<br>
[...]<br>
-----------------------------------<br>
<br>
removing these two lines keeps the extension type structs from appearing in<br>
the API header file.<br>
<br>
The changeset is pretty huge and contains more than one change, so I'm not<br>
sure I understand everything it does. Gary, could you explain it to me?<br>
<font color="#888888"><br>
Stefan<br>
</font></blockquote></div><br>