gh-107773: Make datetime subclass repr consistent both implementations#130308
gh-107773: Make datetime subclass repr consistent both implementations#130308jaraco merged 9 commits intopython:mainfrom
datetime subclass repr consistent both implementations#130308Conversation
|
Might be nice to add the reproducer from #107773 as a test, if only to make sure this does not regress and that the C and Python implementations remain in sync. |
jaraco
left a comment
There was a problem hiding this comment.
I like this approach. Thank you for developing it!
Just a couple of minor comments about the test implementation and I think this is good to go.
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
|
@jaraco thank you for the comments, I added your suggestions 👍 |
|
Sorry, I was in a hurry to ping you, but now everything seems to be ready |
|
|
The buildbot failures appear unrelated to this change, so I'm going to assume they're not related, but if someone finds otherwise, please don't hesitate to ping me or back out the change and we can revisit.\ |
New behavior:
Old behavior: