bpo-33499: Fix pymain_init_pycache_prefix() by vstinner · Pull Request #8596 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner merged 1 commit intopython:masterfrom

vstinner:pycache_prefix

Aug 1, 2018

Merged

bpo-33499: Fix pymain_init_pycache_prefix()#8596

vstinner merged 1 commit intopython:masterfrom

vstinner:pycache_prefix

Conversation

@vstinner

Copy link Copy Markdown

Member

@vstinner vstinner commented

Aug 1, 2018

edited by bedevere-bot

Loading

Fix a memory leak in pymain_init_pycache_prefix()
when PYTHONPYCACHEPREFIX and -X pycache_prefix are used.

https://bugs.python.org/issue33499

Fix a memory leak in pymain_init_pycache_prefix()
when PYTHONPYCACHEPREFIX and -X pycache_prefix are used.

@vstinner vstinner merged commit fc96437 into python:master

Aug 1, 2018

@vstinner vstinner deleted the pycache_prefix branch

August 1, 2018 14:16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot