Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

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

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Mar 4, 2019

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
Copy link
Member

vstinner commented Mar 4, 2019

cc @pablogsal

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

ghost commented Mar 28, 2022

It seems repeat objects can be allocated statically.

@ghost ghost deleted the mempool_repeat branch April 4, 2022 06:11
This pull request was closed.
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