summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-05-23-11-52-36.gh-issue-117398.2FG1Mk.rst
blob: ac595f1b7fc84cb9d01f2b1facf9e2f6653b5aea (plain)
1
2
3
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.