diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-08-21-13-43-04.bpo-37851.mIIfD_.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-08-21-13-43-04.bpo-37851.mIIfD_.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-08-21-13-43-04.bpo-37851.mIIfD_.rst b/Misc/NEWS.d/next/Library/2019-08-21-13-43-04.bpo-37851.mIIfD_.rst deleted file mode 100644 index 997011f..0000000 --- a/Misc/NEWS.d/next/Library/2019-08-21-13-43-04.bpo-37851.mIIfD_.rst +++ /dev/null @@ -1,3 +0,0 @@ -The :mod:`faulthandler` module no longer allocates its alternative stack at -Python startup. Now the stack is only allocated at the first faulthandler -usage. |