<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div><span></span></div><div style="display: block;" class="yahoo_quoted"> <br> <br> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 12pt;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> On Saturday, November 23, 2013 3:32 PM, David Boddie <david@boddie.org.uk> wrote:<br> </font> </div>  <div class="y_msg_container">On Fri, 22 Nov 2013 08:49:18 -0800 (PST), ddobrev wrote:<br><br>> I was wondering how inlined functions are handled in PyQt. I mean not those<br>> which are just declared inline but the ones that are actually inlined. That<br>> is, no binary code is generated for them in the containing lib
 during<br>> compilation but rather calls to them are replaced with their<br>> implementation. Does PyQt, for example, distribute additional libraries<br>> that contain all inlines? If not, what approach does it use?<br><br>If the function is part of the public API then it will be described in a sip<br>file and inlined in the wrapper code produced by sip.<br><br>Can you give an example of an inline function that you think would need to be<br>treated specially?<br><br>Regards,<br><br>David<br>_______________________________________________<br>PyQt mailing list    <a ymailto="mailto:PyQt@riverbankcomputing.com" href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br><a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br><br><br></div>  </div> </div>  </div> </div></body></html>