8000 [3.13] gh-117398: Statically Allocate the Datetime C-API (GH-119472) … · python/cpython@12a580b · GitHub
[go: up one dir, main page]

Skip to content

Commit 12a580b

Browse files
[3.13] gh-117398: Statically Allocate the Datetime C-API (GH-119472) (gh-119641)
This is a backport of 3 commits that go together. (cherry picked from commit a895756) (cherry picked from commit b30d30c) (cherry picked from commit a89fc26)
1 parent 0d0be6b commit 12a580b

File tree

3 files changed

+194
-110
lines changed

3 files changed

+194
-110
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Objects in the datetime C-API are now all statically allocated, which means
2+
better memory safety, especially when the module is reloaded. This should be
3+
transparent to users.

0 commit comments

Comments
 (0)
0