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年05月29日 14:56 by kristjan.jonsson, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg161891 - (view) | Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) | Date: 2012年05月29日 14:56 | |
Running the regression tests from the build directory no longer works for Amd64/debug, windows build. D:\pydev\hg\cpython2>PCbuild\amd64\python_d.exe -m test.regrtest Traceback (most recent call last): File "D:\pydev\hg\cpython2\lib\runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "D:\pydev\hg\cpython2\lib\runpy.py", line 75, in _run_code exec(code, run_globals) File "D:\pydev\hg\cpython2\lib\test\regrtest.py", line 243, in <module> from test import support ImportError: cannot import name support [96946 refs] D:\pydev\hg\cpython2>PCbuild\amd64\python_d.exe lib\test\regrtest.py Traceback (most recent call last): File "lib\test\regrtest.py", line 243, in <module> from test import support ImportError: cannot import name support [95993 refs] This works for release. |
|||
| msg161967 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年05月30日 20:12 | |
This should block beta1. |
|||
| msg162004 - (view) | Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) | Date: 2012年05月31日 14:58 | |
I've found what is wrong. There is a problem with _multiprocessing.pyd on 64 bit debug builds. Why this manifests itself as it does, I don ́t know. Someone must be silencinng the proper import error. this is most likely a build config error, that I will fix. |
|||
| msg162005 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年05月31日 15:11 | |
New changeset c7b16e2be71a by Kristjan Valur Jonsson in branch 'default': Issue #14952: Fix incorrect output dll names for win64/debug builds, causing http://hg.python.org/cpython/rev/c7b16e2be71a |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:31 | admin | set | github: 59157 |
| 2012年05月31日 15:11:41 | kristjan.jonsson | set | status: open -> closed resolution: fixed |
| 2012年05月31日 15:11:18 | python-dev | set | nosy:
+ python-dev messages: + msg162005 |
| 2012年05月31日 14:58:35 | kristjan.jonsson | set | messages: + msg162004 |
| 2012年05月30日 20:12:29 | georg.brandl | set | priority: normal -> release blocker nosy: + georg.brandl messages: + msg161967 |
| 2012年05月29日 14:56:36 | kristjan.jonsson | create | |