Skip to content

Commit

Permalink
[3.13] pythongh-117398: Statically Allocate the Datetime C-API (pytho…
Browse files Browse the repository at this point in the history
…nGH-119472) (pythongh-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)
  • Loading branch information
ericsnowcurrently authored May 28, 2024
1 parent 0d0be6b commit 12a580b
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 110 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,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.
Loading

0 comments on commit 12a580b

Please sign in to comment.