Stephen White added the comment:
Glad this is fixed. Attached is a Python 2.7 file that demonstrates the
problem in a pretty minimal way in case it is of any use to anyone.
--
nosy: +Stephen.White
Added file: http://bugs.python.org/file25511/bad-thread.py
Changes by Stephen White :
--
nosy: +Stephen.White
___
Python tracker
<http://bugs.python.org/issue13817>
___
___
Python-bugs-list mailing list
Unsubscribe:
Stephen White added the comment:
Just to confirm that it was a release, but 2.7.1 so not the current. Doesn't
appear to happen in Python 2.7 (as shipped with Fedora Core 14) or in Python
2.7.2.
C:\>\Python27\python.exe
Python 2.7.1 (r271:86832, Nov 27 2010, 17:19:03) [MSC v.150
Stephen White added the comment:
The patch, issue762963.diff, is broken. It is calling mktime on a struct tm
that is initialized to zeros. This means that it should be filling in the
missing fields based on their correct values for the date 1st Jan 1900, which
is incorrect behaviour as the
Stephen White added the comment:
Debian appear to have applied this patch, and it seems to be causing problems:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593461
--
nosy: +Stephen.White
___
Python tracker
<http://bugs.python.org/issue762
Stephen White added the comment:
32bit apps can query the 64bit registry, using the appropriate security and
access rights options such as KEY_WOW64_64KEY (0x0100).
Similarly KEY_WOW64_32KEY can be used for 64bit apps to read/write the 32bit
registry without having to have knowledge of how