-
-
Notifications
You must be signed in to change notification settings - Fork 31k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-123681: handle c99-specific specifiers for strftime when cross-compiling #123861
gh-123681: handle c99-specific specifiers for strftime when cross-compiling #123861
Conversation
Hmm how do I trigger the JIT checks? |
Change a line in any file matching |
@blhsing Ok, I think I know how to run the JIT manually:
|
Ah I see. Thanks a lot for the tips. Will definitely do it that way next time! With the @serhiy-storchaka would you help review and possibly merge the PR? Thanks! |
I'm not sure we can make just this change. |
Checking |
Very true. There's no need to check for C99 support since CPython now requires C11. Will remove the check entirely then. |
For inspiration, take a look at how we detect |
@erlend-aasland Hey! I'm following up on this because I ran into the problem in #128104. When you say
Are you suggesting we continue to test if edit: Followed up with a patch in #128106 — happy to chat there |
Considering this PR has been stale for two months and that the other PR decides on a cleaner approach IMO, I'd suggest closing this one (I've also closed the corresponding issue I've opened since it's no more up-to-date). |
I agree with Bénédikt. Closing. |
test_strftime_y2k
fails on embedded Linux #123681