[Python-Dev] PEP 3147, __cached__, and PyImport_ExecCodeModuleEx()

Paul Moore p.f.moore at gmail.com
Sat Apr 10 00:54:52 CEST 2010


On 9 April 2010 23:00, Barry Warsaw <barry at python.org> wrote:
> On Apr 09, 2010, at 02:52 PM, Guido van Rossum wrote:
>
>>It may be undocumented but it doesn't start with _ and it exists to
>>preserve backwards compatibility. So I recommend adding
>>PyImport_ExecCodeModuleExEx().
>
> Cool, thanks.  Now I can't wait for PyImport_ExecCodeModuleExExEx() :)

Would it be better to name this one _PyImport_ExecCodeModuleExEx (with
an underscore) so that we *don't* need to create an ExExEx version in
future? (Sorry, Barry :-))

Paul.


More information about the Python-Dev mailing list