[3.6] bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884) by miss-islington · Pull Request #7889 · 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

Conversation

@miss-islington

Copy link Copy Markdown

Contributor

@miss-islington miss-islington commented

Jun 24, 2018

edited by bedevere-bot

Loading

Directly executed pyc files were being kept open longer than necessary.
(cherry picked from commit ea73775)

Co-authored-by: Zackery Spytz zspytz@gmail.com

https://bugs.python.org/issue33451

…-7884)

Directly executed pyc files were being kept open longer than necessary.
(cherry picked from commit ea73775)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>

@miss-islington

Copy link Copy Markdown

Contributor Author

@ZackerySpytz and @ncoghlan: Backport status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 8f8ad2c into python:3.6

Jun 24, 2018

@miss-islington miss-islington deleted the backport-ea73775-3.6 branch

June 24, 2018 03:41

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

Reviewers

@ncoghlan ncoghlan ncoghlan approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington @ncoghlan @bedevere-bot @ZackerySpytz