This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2010年11月26日 16:58 by michael.foord, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg122467 - (view) | Author: Michael Foord (michael.foord) * (Python committer) | Date: 2010年11月26日 16:58 | |
This is because jython creates bytecode files with names like "tests/testwith$py.class". unittest test discovery splits the extension off __file__ to compare module.__file__ to the expected path. |
|||
| msg122469 - (view) | Author: Michael Foord (michael.foord) * (Python committer) | Date: 2010年11月26日 17:42 | |
Won't need fixing in 3.2. The __pycache__ changes mean that the module.__file__ no longer points to the compiled bytecode file. |
|||
| msg155547 - (view) | Author: Michael Foord (michael.foord) * (Python committer) | Date: 2012年03月13日 00:59 | |
Fixed in 2.7. Worth fixing in Python 3.2 / 3.2 anyway as sourceless distributions (bytecode only) are still possible. |
|||
| msg155654 - (view) | Author: Michael Foord (michael.foord) * (Python committer) | Date: 2012年03月13日 19:46 | |
Now fixed. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:09 | admin | set | github: 54752 |
| 2012年03月13日 19:46:24 | michael.foord | set | status: open -> closed resolution: fixed messages: + msg155654 stage: resolved |
| 2012年03月13日 00:59:40 | michael.foord | set | messages:
+ msg155547 versions: + Python 3.2, Python 3.3 |
| 2010年11月26日 17:42:43 | michael.foord | set | messages:
+ msg122469 versions: - Python 3.2 |
| 2010年11月26日 16:59:49 | michael.foord | set | assignee: michael.foord type: behavior components: + Library (Lib) versions: + Python 2.7, Python 3.2 |
| 2010年11月26日 16:58:56 | michael.foord | create | |