Skip to content
New issue

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

fix for #638 (__pycache__ file removal) #646

Merged
merged 2 commits into from
Aug 27, 2012
Merged

fix for #638 (__pycache__ file removal) #646

merged 2 commits into from
Aug 27, 2012

Conversation

qwcode
Copy link
Contributor

@qwcode qwcode commented Aug 18, 2012

a fix for issue #638 that works for py3.2+ or the debian-packaged pypy (that uses __pycache__)

makes use of imp.cache_from_source

notice that I added specific import calls into multiple tests to make sure we were actually testing the removal of __pycache__ files.

also notice I had to repackage the test parent-0.1 distribution to remove a twisted import.

@travisbot
Copy link

This pull request passes (merged 0569324 into 1749343).

jezdez added a commit that referenced this pull request Aug 27, 2012
fix for #638  (__pycache__ file removal)
@jezdez jezdez merged commit b183a32 into pypa:develop Aug 27, 2012
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants