Skip to content

[WIP] bpo-23689: Memory leak in Modules/sre_lib.h - #11926

Closed
ghost wants to merge 7 commits into
masterfrom
unknown repository
Closed

[WIP] bpo-23689: Memory leak in Modules/sre_lib.h#11926
ghost wants to merge 7 commits into
masterfrom
unknown repository

Conversation

@ghost

@ghostghost commented Feb 19, 2019

Copy link
Copy Markdown

Try to allocate SRE_REPEAT on state's stack.
This solution messes up the code, so I gave up this solution, and closed this PR.

I will try to implement a simple memory pool later.

https://bugs.python.org/issue23689

@matrixise

Copy link
Copy Markdown
Member

You can prefix your PR with WIP: if you don't want that we merge your PR.

@ghostghost changed the title bpo-23689: [Don't merge] Memory leak in Modules/sre_lib.h[WIP] bpo-23689: Memory leak in Modules/sre_lib.hFeb 19, 2019
@ghost

Copy link
Copy Markdown
Author

You can prefix your PR with WIP: if you don't want that we merge your PR.

ok, changed the title.

@ghostghost closed this Feb 23, 2019
@ghost
ghost deleted the alloc_repeat branch March 29, 2022 15:18
@abacabadabacabaabacabadabacabamannequin mentioned this pull request Jun 15, 2022
This pull request was closed.
Sign up for freeto 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

@matrixise@the-knights-who-say-ni@bedevere-bot@wjssz