Uh oh!
There was an error while loading. Please reload this page.
gh-123681: handle c99-specific specifiers for strftime when cross-compiling - #123861
gh-123681: handle c99-specific specifiers for strftime when cross-compiling#123861blhsing wants to merge 3 commits into
Conversation
blhsing
commented
Sep 9, 2024
Hmm how do I trigger the JIT checks? |
picnixz
commented
Sep 9, 2024
Change a line in any file matching |
picnixz
commented
Sep 9, 2024
@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! |
zware
commented
Sep 24, 2024
I'm not sure we can make just this change. |
zware
commented
Sep 24, 2024
Checking |
Very true. There's no need to check for C99 support since CPython now requires C11. Will remove the check entirely then. |
erlend-aasland
commented
Oct 14, 2024
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 |
picnixz
commented
Dec 21, 2024
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). |
erlend-aasland
commented
Jan 2, 2025
I agree with Bénédikt. Closing. |
test_strftime_y2kfails on embedded Linux #123681