Skip to content
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

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

Closed
wants to merge 1 commit into from

Conversation

animalize
Copy link
Contributor

@animalize animalize 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 Mar 4, 2019
@animalize animalize closed this Mar 28, 2022
@animalize
Copy link
Contributor Author

animalize commented Mar 28, 2022

It seems repeat objects can be allocated statically.

@animalize animalize deleted the mempool_repeat branch Apr 4, 2022
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.

None yet

4 participants