[issue19469] Duplicate namespace package portions (but not on Windows)

2017-03-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> out of date stage: test needed -> resolved status: pending -> closed ___ Python tracker ___ _

[issue19469] Duplicate namespace package portions (but not on Windows)

2015-08-24 Thread Brett Cannon
Brett Cannon added the comment: OK, if someone finds a way to reproduce the bug in the next week then we will keep this open as active, else I'm closing it as out-of-date. -- status: open -> pending ___ Python tracker

[issue19469] Duplicate namespace package portions (but not on Windows)

2015-08-23 Thread Caio Ariede
Caio Ariede added the comment: I tried to reproduce it using Python 3.4.3 and 3.4.2. No luck. -- nosy: +Caio Ariede status: pending -> open ___ Python tracker ___ ___

[issue19469] Duplicate namespace package portions (but not on Windows)

2015-08-21 Thread Brett Cannon
Brett Cannon added the comment: I can't reproduce under Python 3.4.3, the 3.4 branch, 3.5 branch, or default with a plain namespace package. Can anyone come up with a test case that can reproduce this problem? Otherwise I'll assume it was a bug that got fixed in 3.4.2. -- status: open

[issue19469] Duplicate namespace package portions (but not on Windows)

2015-08-21 Thread Carl Meyer
Carl Meyer added the comment: FWIW, this bug has bitten Django; see https://code.djangoproject.com/ticket/25246 We can easily work around it for future versions, but we have code in released versions that assumed that `__path__` wouldn't contain dupes; it causes us to raise an error in a situ

[issue19469] Duplicate namespace package portions (but not on Windows)

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder guys. -- nosy: +BreamoreBoy versions: +Python 3.5 ___ Python tracker ___ ___ P

[issue19469] Duplicate namespace package portions (but not on Windows)

2013-10-31 Thread Eric Snow
New submission from Eric Snow: In changeset 88c3a1a3c2ff you'll find in test_api.py where I threw together a __path__ to compare against the one I was getting (which had 2 identical entries) on my Ubuntu 12.04 workstation. The XP buildbot (http://buildbot.python.org/all/builders/x86%20XP-4%20