Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-120268: Prohibit passingNone to_pydatetime.date.fromtimestamp#120269
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
sobolevn 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.
I think that the change is correct. Thanks!
…timestamp`` (pythonGH-120269)This makes the pure Python implementation consistent with the C implementation.(cherry picked from commit34f5ae6)Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
GH-120282 is a backport of this pull request to the3.13 branch. |
…timestamp`` (pythonGH-120269)This makes the pure Python implementation consistent with the C implementation.(cherry picked from commit34f5ae6)Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
GH-120283 is a backport of this pull request to the3.12 branch. |
…timestamp`` (python#120269)This makes the pure Python implementation consistent with the C implementation.
…timestamp`` (python#120269)This makes the pure Python implementation consistent with the C implementation.
Uh oh!
There was an error while loading.Please reload this page.
date.fromtimestamp(None)behaves differently between_pydatetimeand_datetime#120268