[3.6] bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884) by miss-islington · Pull Request #7889 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
miss-islington merged 1 commit intopython:3.6from
Jun 24, 2018Merged
Conversation
Copy link Copy Markdown
Contributor
Directly executed pyc files were being kept open longer than necessary.
(cherry picked from commit ea73775)
Co-authored-by: Zackery Spytz zspytz@gmail.com
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting review
label
ncoghlan approved these changes Jun 24, 2018
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Jun 24, 2018
miss-islington commented
Jun 24, 2018@ZackerySpytz and @ncoghlan: Backport status check is done, and it's a success ✅ .
miss-islington
merged commit
8f8ad2c
into
python:3.6
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-ea73775-3.6
branch
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