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

Autoreload extension doesn't work with Python 3.2 #846

Closed
takluyver opened this issue Oct 8, 2011 · 1 comment · Fixed by #1289
Closed

Autoreload extension doesn't work with Python 3.2 #846

takluyver opened this issue Oct 8, 2011 · 1 comment · Fixed by #1289
Labels
Milestone

Comments

@takluyver
Copy link
Member

The autoreload extension assumes that mod.py and mod.pyc files will exist in the same directory, but this is not true as of Python 3.2. See the details here:

http://docs.python.org/py3k/whatsnew/3.2.html#pep-3147-pyc-repository-directories

It should be simple to use the new APIs, but it will need a little care to ensure it works under the old system as well.

takluyver added a commit to takluyver/ipython that referenced this issue Jan 18, 2012
Some changes for Python 3 in general, and some changes for the .pyc repository
directories introduced in Python 3.2 (PEP 3147)

Closes ipythongh-846
minrk pushed a commit to minrk/ipython that referenced this issue Jan 28, 2012
Some changes for Python 3 in general, and some changes for the .pyc repository
directories introduced in Python 3.2 (PEP 3147)

Closes ipythongh-846
@takluyver
Copy link
Member Author

The PR for this was merged, so I'm closing the issue.

yarikoptic pushed a commit to yarikoptic/ipython that referenced this issue May 2, 2014
Some changes for Python 3 in general, and some changes for the .pyc repository
directories introduced in Python 3.2 (PEP 3147)

Closes ipythongh-846
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
Some changes for Python 3 in general, and some changes for the .pyc repository
directories introduced in Python 3.2 (PEP 3147)

Closes ipythongh-846
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant