FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-23689: re module, allocate SRE_REPEAT in a memory pool · Pull Request #12160 · python/cpython · GitHub

/ cpython Public

bpo-23689: re module, allocate SRE_REPEAT in a memory pool - #12160

Closed
ghost wants to merge 1 commit into
mainfrom
unknown repository
Closed

bpo-23689: re module, allocate SRE_REPEAT in a memory pool#12160
ghost wants to merge 1 commit into
mainfrom
unknown repository

Conversation

ghost commented Mar 4, 2019
edited by bedevere-bot
Loading

Copy link
Copy Markdown

Fix memory leak when a match is terminated by a signal or memory allocation failure.

https://bugs.python.org/issue23689

Fix memory leak when a match is terminated by a signal or memory allocation failure.

vstinner commented Mar 4, 2019

Copy link
Copy Markdown
Member

cc @pablogsal

pablogsal self-requested a review March 4, 2019 15:39
ghost closed this Mar 28, 2022

ghost commented Mar 28, 2022

Copy link
Copy Markdown
Author

It seems repeat objects can be allocated statically.

ghost deleted the mempool_repeat branch April 4, 2022 06:11
This pull request was closed.
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL