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 2012年06月12日 20:20 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg162694 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2012年06月12日 20:20 | |
If you look at http://docs.python.org/dev/py3k/library/imp.html#imp.get_tag you will notice it has the "Changed in Python 3.3" notice for imp.lock_held() in it, the function *below* imp.get_tag(). |
|||
| msg162696 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年06月13日 00:26 | |
Well, if the versionchanged were for get_tag(), it would be indented appropriately. But it is actually for the "The following functions help interact with the import system’s internal locking mechanism" paragraph. Feel free to improve :) |
|||
| msg165389 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年07月13日 15:26 | |
New changeset c09f454af2c6 by Brett Cannon in branch 'default': Issue #15053: Make sure all functions related to the import lock have http://hg.python.org/cpython/rev/c09f454af2c6 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:31 | admin | set | github: 59258 |
| 2012年07月13日 15:27:19 | brett.cannon | set | status: open -> closed resolution: fixed |
| 2012年07月13日 15:26:27 | python-dev | set | nosy:
+ python-dev messages: + msg165389 |
| 2012年06月13日 00:26:46 | pitrou | set | messages: + msg162696 |
| 2012年06月12日 20:20:45 | brett.cannon | create | |