Re: [Python-Dev] Does trunk still support any compilers that *don't* allow declaring variables after code?

2012年5月04日 08:10:24 -0700

On Wed, May 2, 2012 at 10:43 AM, Larry Hastings <[email protected]> wrote:
> Do we officially support any C compilers that *don't* permit "intermingled
> variable declarations and code"? Do we *unofficially* support any? And if
> we do, what do we gain?
This might be of interest:
http://herbsutter.com/2012/05/03/reader-qa-what-about-vc-and-c99/?nope
Specifically, apparently MSVC 2010 supports variable declarations in
the middle of a block in C.
Also, since full C99 support won't be coming to MSVC, perhaps Python
should move to compiling in C++ mode?
Cheers,
Dirkjan
_______________________________________________
Python-Dev mailing list
[email protected]
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