I&#39;ll have to look at the code later tonight.&nbsp; It is possible something got removed that should not have been.&nbsp; <br><br><div class="gmail_quote">On Tue, Apr 8, 2008 at 10:43 AM, Stefan Behnel &lt;<a href="mailto:stefan_ml@behnel.de">stefan_ml@behnel.de</a>&gt; 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>
&gt; On Apr 7, 2008, at 2:25 AM, Stefan Behnel wrote:<br>
</div><div class="Ih2E3d">&gt;&gt; there seems to be a problem with cimporting public extension classes<br>
&gt;&gt; from another Cython module.<br>
&gt;<br>
</div><div class="Ih2E3d">&gt; I&#39;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>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; self.generate_struct_union_definition(entry, code)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; elif type.is_enum:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; self.generate_enum_definition(entry, code)<br>
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;elif type.is_extension_type:<br>
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;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&#39;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>