Backports of !786 (merged):
- Implement the
...ReflectionKey
andDeleteKeyEx
functions for win64 hosts (both win32 and win64 running on win64) - bpo-21151, REG_BINARY should round-trip
None
, CPython 2.7/3.4
And a fix for the RPython change backport:
- Don't add
REG_QWORD
andREG_QWORD_LITTLE_ENDIAN
on PyPy2.7, added in CPython 3.6
Testing locally, I find that lib-python
tests now sometimes pass (as they did on the 32-bit buildbot run on this branch), but test_changing_value
and test_dynamic_key
are still sometimes crashing as they were before due to unrelated issues.