[issue15091] ImportError when package is symlinked on Unix

2012-07-20 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: -> brett.cannon resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python

[issue15091] ImportError when package is symlinked on Unix

2012-07-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 721b701feb4a by Brett Cannon in branch 'default': Issue #15091: Call importlib.invalidate_caches() and reactivate a test http://hg.python.org/cpython/rev/721b701feb4a -- ___ Python tracker

[issue15091] ImportError when package is symlinked on Unix

2012-07-20 Thread Nick Coghlan
Changes by Nick Coghlan : -- Removed message: http://bugs.python.org/msg165921 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue15091] ImportError when package is symlinked on Unix

2012-07-20 Thread Nick Coghlan
Nick Coghlan added the comment: Oh, wow, that was a *lot* harder than I expected to create a test for - I had to import importlib right at the start of regrtest, as well as tweak the import order in runpy, and doing so actually caused test_import to *crash* completely without the bug fixed.

[issue15091] ImportError when package is symlinked on Unix

2012-07-20 Thread Nick Coghlan
Changes by Nick Coghlan : -- priority: normal -> release blocker ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15091] ImportError when package is symlinked on Unix

2012-07-20 Thread Nick Coghlan
Changes by Nick Coghlan : -- nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue15091] ImportError when package is symlinked on Unix

2012-06-23 Thread Jason R. Coombs
Jason R. Coombs added the comment: The test is already present in test_import but is disabled because it is currently failing. I should mention that I believe this is a regression with 3.3 over 3.2. It is certainly a regression over 2.7. -- stage: test needed -> needs patch _

[issue15091] ImportError when package is symlinked on Unix

2012-06-22 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- components: +Tests stage: -> test needed type: -> behavior ___ Python tracker ___ ___ Python-bugs-lis

[issue15091] ImportError when package is symlinked on Unix

2012-06-17 Thread Waldemar Kornewald
Changes by Waldemar Kornewald : -- nosy: +wkornewald ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue15091] ImportError when package is symlinked on Unix

2012-06-17 Thread Jason R. Coombs
Jason R. Coombs added the comment: I should point out that some of those failures (e.g. x86 Solaris 11 3.x) weren't triggered by the change, but many were. -- ___ Python tracker __

[issue15091] ImportError when package is symlinked on Unix

2012-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 939a68f5d14c by Jason R. Coombs in branch 'default': Disable test on Unix. Causes buildbots to fail. See Issue #15091 http://hg.python.org/cpython/rev/939a68f5d14c -- nosy: +python-dev ___ Python tracker

[issue15091] ImportError when package is symlinked on Unix

2012-06-17 Thread Jason R. Coombs
New submission from Jason R. Coombs : In testing issue6727, I added a test (http://hg.python.org/cpython/rev/afe67ea94bc6) to the default branch. The test passes on Windows, but fails on some of the Unix buildbots. Here's a quick breakdown of where it's passing and failing: fail: x86 Gentoo