cpython/Misc/NEWS.d/next/Library/2024-05-23-11-52-36.gh-issu...

4 lines
175 B
ReStructuredText

Objects in the datetime C-API are now all statically allocated, which means
better memory safety, especially when the module is reloaded. This should be
transparent to users.