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年12月24日 00:16 by brian.curtin, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue16759.diff | brian.curtin, 2012年12月24日 01:05 | |||
| Messages (5) | |||
|---|---|---|---|
| msg178023 - (view) | Author: Brian Curtin (brian.curtin) * (Python committer) | Date: 2012年12月24日 00:16 | |
Making this its own issue from msg156935 on #14420: "Likewise, the winreg.QueryValueEx method returns a signed 32 bit value, instead of a 32 bit unsigned value." |
|||
| msg178025 - (view) | Author: Brian Curtin (brian.curtin) * (Python committer) | Date: 2012年12月24日 00:33 | |
Marking this dependent on #14420 because we can't reliably test QueryValueEx's unsigned value without being able to SetValueEx an unsigned value. |
|||
| msg178026 - (view) | Author: Brian Curtin (brian.curtin) * (Python committer) | Date: 2012年12月24日 01:05 | |
Here's a patch. It depends on the patch from #14420 being applied in some way (I cloned from a branch which included it). |
|||
| msg178317 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年12月27日 20:14 | |
New changeset 4b7e60e05027 by Brian Curtin in branch '3.2': Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong. http://hg.python.org/cpython/rev/4b7e60e05027 |
|||
| msg178322 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年12月27日 20:37 | |
New changeset d68563e7ae82 by Brian Curtin in branch '2.7': Fix #16759. Convert DWORD registry values using unsigned long. http://hg.python.org/cpython/rev/d68563e7ae82 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:39 | admin | set | github: 60963 |
| 2012年12月27日 20:39:07 | brian.curtin | set | status: open -> closed stage: patch review -> resolved resolution: fixed versions: + Python 2.7, Python 3.3, Python 3.4 |
| 2012年12月27日 20:37:46 | python-dev | set | messages: + msg178322 |
| 2012年12月27日 20:14:57 | python-dev | set | nosy:
+ python-dev messages: + msg178317 |
| 2012年12月24日 01:05:53 | brian.curtin | set | keywords:
+ needs review, patch files: + issue16759.diff messages: + msg178026 stage: needs patch -> patch review |
| 2012年12月24日 00:33:58 | brian.curtin | set | dependencies:
+ winreg SetValueEx DWord type incompatible with value argument messages: + msg178025 |
| 2012年12月24日 00:16:51 | brian.curtin | create | |