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 corona10
Recipients corona10, pablogsal, vstinner
Date 2021-05-05.13:31:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620221491.02.0.18346129621.issue44049@roundup.psfhosted.org>
In-reply-to
Content
> Also, on a minor note, we use a restricted set of c99 supported by all compilers so we would need to check if this is supported in all of them

Ah, I notice that msvc does not support VLA (Sorry, I am not using Windows machine for 5 years +)
Using a C99/C11 features looks like a long future :(
History
Date User Action Args
2021-05-05 13:31:31corona10setrecipients: + corona10, vstinner, pablogsal
2021-05-05 13:31:31corona10setmessageid: <1620221491.02.0.18346129621.issue44049@roundup.psfhosted.org>
2021-05-05 13:31:31corona10linkissue44049 messages
2021-05-05 13:31:30corona10create