This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients amaury.forgeotdarc, belopolsky, cgohlke, eryksun, meador.inge, python-dev, steve.dower, tim.golden, zach.ware
Date 2015-09-28.10:40:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443436822.66.0.369277186067.issue23606@psf.upfronthosting.co.za>
In-reply-to
Content
> some code that uses it will need updating (due to API changes 
> since VC9/VC10)

For example, I discovered that the stdio exports don't include printf, etc. Using __stdio_common_vfprintf to implement printf relies on calling __acrt_iob_func to get stdout and (in general) dynamically building a va_list argument list. Of course, relying on either operation is a bad idea.
History
Date User Action Args
2015-09-28 10:40:22eryksunsetrecipients: + eryksun, amaury.forgeotdarc, belopolsky, tim.golden, cgohlke, meador.inge, python-dev, zach.ware, steve.dower
2015-09-28 10:40:22eryksunsetmessageid: <1443436822.66.0.369277186067.issue23606@psf.upfronthosting.co.za>
2015-09-28 10:40:22eryksunlinkissue23606 messages
2015-09-28 10:40:22eryksuncreate