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年07月07日 17:05 by flox, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg164912 - (view) | Author: Florent Xicluna (flox) * (Python committer) | Date: 2012年07月07日 17:05 | |
There's a warning running test_builtin $ ./python.exe -m test.regrtest -u all -v test_builtin == CPython 3.3.0b1 (default:5b71f5891c54, Jul 7 2012, 17:47:30) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] == Darwin-10.8.0-i386-64bit little-endian == ./build/test_python_77737 Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1) [1/1] test_builtin ... ---------------------------------------------------------------------- Ran 59 tests in 0.114s OK Warning -- support.TESTFN was modified by test_builtin 1 test altered the execution environment: test_builtin [115658 refs] |
|||
| msg164988 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年07月08日 10:08 | |
New changeset 6651c932d014 by Florent Xicluna in branch 'default': Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin. http://hg.python.org/cpython/rev/6651c932d014 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:32 | admin | set | github: 59492 |
| 2012年07月08日 10:10:05 | flox | set | status: open -> closed nosy: - ronaldoussoren assignee: ronaldoussoren -> components: - macOS resolution: fixed stage: resolved |
| 2012年07月08日 10:08:58 | python-dev | set | nosy:
+ python-dev messages: + msg164988 |
| 2012年07月07日 17:05:36 | flox | create | |