Brett Cannon <br...@python.org> added the comment:

On Thu, Mar 24, 2011 at 15:22, Antoine Pitrou <rep...@bugs.python.org>wrote:

Sure, but do the buildbots pick up on this fact in some visible way?

> Perhaps we can keep required/optional for core things like "posix" or
> "winreg". But failing the test suite because ctypes doesn't compile on a
> platform is IMO overblown. Especially given that we also go out of our
> way to make the test suite pass successfully when e.g. zlib or threads
> are unavailable (or at least Ezio did at one point).
>

Basically anything that isn't built by setup.py? That's the bare minimum I
would want to go with.

Anyone else have an opinion?

----------
Added file: http://bugs.python.org/file21381/unnamed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10966>
_______________________________________
<br><br><div class="gmail_quote">On Thu, Mar 24, 2011 at 15:22, Antoine Pitrou 
<span dir="ltr">&lt;<a 
href="mailto:rep...@bugs.python.org";>rep...@bugs.python.org</a>&gt;</span> 
wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 
.8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
Antoine Pitrou &lt;<a href="mailto:pit...@free.fr";>pit...@free.fr</a>&gt; added 
the comment:<br>
<div class="im"><br>
&gt; I can change it to &#39;required&#39; and &#39;optional&#39;.<br>
&gt;<br>
&gt; As for Antoine&#39;s comment, do you have another suggestion? I realize 
it<br>
&gt; isn&#39;t necessarily easier per se to manage these lists than the<br>
&gt; &#39;expected&#39; list, but what would you rather have happen?<br>
&gt; Simply say tests are skipped because they were not imported and assume<br>
&gt; people pay enough attention to realize that some compilation error<br>
&gt; occurred for the modules?<br>
<br>
</div>Well, &quot;make&quot; clearly tells you which modules couldn&#39;t be 
built at the<br>
end. Many people are already concerned enough by that message :)<br>
<br></blockquote><div><br>Sure, but do the buildbots pick up on this fact in 
some visible way?<br> </div><blockquote class="gmail_quote" style="margin: 0pt 
0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


Perhaps we can keep required/optional for core things like &quot;posix&quot; 
or<br>
&quot;winreg&quot;. But failing the test suite because ctypes doesn&#39;t 
compile on a<br>
platform is IMO overblown. Especially given that we also go out of our<br>
way to make the test suite pass successfully when e.g. zlib or threads<br>
are unavailable (or at least Ezio did at one 
point).<br></blockquote><div><br>Basically anything that isn&#39;t built by 
setup.py? That&#39;s the bare minimum I would want to go with.<br><br>Anyone 
else have an opinion?<br>

 </div></div>
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to