Message251759
> 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. |
|
| Date |
User |
Action |
Args |
| 2015-09-28 10:40:22 | eryksun | set | recipients:
+ eryksun, amaury.forgeotdarc, belopolsky, tim.golden, cgohlke, meador.inge, python-dev, zach.ware, steve.dower |
| 2015-09-28 10:40:22 | eryksun | set | messageid: <[email protected]> |
| 2015-09-28 10:40:22 | eryksun | link | issue23606 messages |
| 2015-09-28 10:40:22 | eryksun | create | |
|