mirror of https://github.com/python/cpython
4 lines
175 B
ReStructuredText
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.
|