We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = <Date 2018-09-21.09:15:28.976> created_at = <Date 2018-09-19.12:55:23.952> labels = ['extension-modules', '3.7', '3.8'] title = 'Modules/timemodule.c: Memory leak in time_strftime()' updated_at = <Date 2018-09-21.09:15:28.975> user = 'https://github.com/ZackerySpytz'
bugs.python.org fields:
activity = <Date 2018-09-21.09:15:28.975> actor = 'serhiy.storchaka' assignee = 'none' closed = True closed_date = <Date 2018-09-21.09:15:28.976> closer = 'serhiy.storchaka' components = ['Extension Modules'] creation = <Date 2018-09-19.12:55:23.952> creator = 'ZackerySpytz' dependencies = [] files = [] hgrepos = [] issue_num = 34735 keywords = ['patch'] message_count = 4.0 messages = ['325754', '325958', '325971', '325972'] nosy_count = 4.0 nosy_names = ['serhiy.storchaka', 'p-ganssle', 'ZackerySpytz', 'miss-islington'] pr_nums = ['9418', '9469', '9470'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue34735' versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']
The text was updated successfully, but these errors were encountered:
There is a missing PyMem_Free(format) in time_strftime(). I'll create a PR.
Sorry, something went wrong.
New changeset 91e6c87 by Serhiy Storchaka (Zackery Spytz) in branch 'master': bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) 91e6c87
New changeset f37496e by Miss Islington (bot) in branch '3.6': bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) f37496e
New changeset 975f3cb by Miss Islington (bot) in branch '3.7': bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) 975f3cb
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: