forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpo-1635741: Convert _sre types to heap types and establish module st…
…ate (PEP 384) (pythonGH-23393)
- Loading branch information
Erlend Egeberg Aasland
authored
Nov 20, 2020
1 parent
2db8e35
commit a6109ef
Showing
4 changed files
with
374 additions
and
483 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
2 changes: 2 additions & 0 deletions
2
Misc/NEWS.d/next/Library/2020-11-19-09-59-07.bpo-1635741.7cMypH.rst
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,2 @@ | ||
Convert _sre module types to heap types (PEP 384). Patch by Erlend E. | ||
Aasland. |
Oops, something went wrong.