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

[WIP] bpo-23689: Memory leak in Modules/sre_lib.h · Pull Request #11926 · python/cpython · GitHub

/ cpython Public

[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 commented Feb 19, 2019
edited by ghost
Loading

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

Copy link
Copy Markdown
Member

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

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

ghost commented Feb 19, 2019

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.

ghost closed this Feb 23, 2019
ghost deleted the alloc_repeat branch March 29, 2022 15:18
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