-
-
Notifications
You must be signed in to change notification settings - Fork 34.1k
gh-141563: Add missing cast to _PyDateTime_IMPORT() #144667
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
Conversation
Fix compilation on C++. Add test on PyDateTime_IMPORT in test_cext and test_cppext.
kumaraditya303
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
|
|
Oops, I didn't run all test_cext/test_cppext locally, and as usual, I messed up the tests :-( I wrote #144673 to fix test_cext/test_cppext. |
|
(And as usual, test_cext/test_cppext are not run in GitHub Actions since they are too slow: they require the |
|
|
Sadly, the fix doesn't work on Windows: #144677 follow-up should fix Windows. |
Fix compilation on C++.
Add test on PyDateTime_IMPORT in test_cext and test_cppext.
datetimeC API is not thread-safe #141563