-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Juanjo Alvarez <[email protected]>
- Loading branch information
Showing
2 changed files
with
74 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
releasenotes/notes/initializer-atexit-b353744cf1af7917.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
fixes: | ||
- | | ||
Code Security: ensure the ``Initializer`` object is always reset and freed before the Python runtime. | ||
other: | ||
- | | ||
For any change which does not fall into any of the above categories. Since changes falling into this category are | ||
likely rare and not very similar to each other, no specific format other than a required scope is provided. | ||
The author is requested to use their best judgment to ensure a quality release note. | ||
Format: <scope>: <add_release_note_here>. | ||