<br><br><div class="gmail_quote">On Mon, Apr 7, 2008 at 10:52 AM, Christian Heimes &lt;<a href="mailto:christian@cheimes.de">christian@cheimes.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;">
Antoine Pitrou schrieb:<br>
<div class="Ih2E3d">&gt; Le lundi 07 avril 2008 à 17:09 +0200, M.-A. Lemburg a écrit :<br>
&gt;&gt; Introducing a new long name &quot;interpreter&quot; doesn&#39;t really help<br>
&gt;&gt; with resolving the problems you state in the rational and neither<br>
&gt;&gt; does putting APIs from both groups into that new module :-)<br>
&gt;<br>
&gt; FWIW, I agree with the naming suggestion. &quot;import cpython&quot; makes things<br>
&gt; explicit.<br>
<br>
</div>Yeah, +1 for the name. Explicit is better than implicit.</blockquote><div>Ok! reposting relevant portions: <br><br></div><div>Specification<br>=============<br><br>A new builtin module named &quot;interpreter&quot; (see `Naming`_) will be added.<br>
<br>The second list of items above will be split into the stdlib as follows:<br><br>The interpreter module<br>&nbsp;&nbsp;&nbsp; - get/setrecursionlimit<br>&nbsp;&nbsp;&nbsp; - get/setcheckinterval<br>&nbsp;&nbsp;&nbsp; - _getframe and _current_frame<br>&nbsp;&nbsp;&nbsp; - get/setdlopenflags<br>
&nbsp;&nbsp;&nbsp; - settscdumps<br>&nbsp;&nbsp;&nbsp; - api_version<br>&nbsp;&nbsp;&nbsp; - winver<br>&nbsp;&nbsp;&nbsp; - dllhandle<br>&nbsp;&nbsp;&nbsp; - float_info<br>&nbsp;&nbsp;&nbsp; - _clear_type_cache<br>&nbsp;&nbsp;&nbsp; - subversion<br>&nbsp;&nbsp;&nbsp; - builtin_module_names<br>&nbsp;&nbsp;&nbsp; - callstats<br>&nbsp;&nbsp;&nbsp; - intern<br><br>The gc module:<br>
&nbsp;&nbsp;&nbsp; - getrefcount<br>&nbsp;&nbsp;&nbsp; - _compact_freelists<br><br><br>Naming<br>------<br><br>The author proposes the name &quot;interpreter&quot; for the new module.&nbsp; &quot;pyvm&quot;<br>has also been suggested [#pyvm-name]_.&nbsp; The name &quot;cpython&quot; was also<br>
well liked [#cpython-name]_.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<font color="#888888"><br>
Christian<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
stdlib-sig mailing list<br>
<a href="mailto:stdlib-sig@python.org">stdlib-sig@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/stdlib-sig" target="_blank">http://mail.python.org/mailman/listinfo/stdlib-sig</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Cheers,<br>Benjamin Peterson