Terry Reedy wrote:
> On 1/29/2010 6:45 PM, "Martin v. Löwis" wrote:
>> When PEP 384 gets implemented, you not only get that, but you will also
>> be able to use the same extension module for 3.2, 3.3, 3.4, etc, with
>> or without U-S.
> 
> Even if CPython changes VC compiler version? In any case, greater
> usability of binaries would be really nice.

Yep, one of the main goals of PEP 384 is to identify and cordon off all
of the APIs that are dependent on the version of the C runtime and
exclude them from the stable ABI.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to