[issue23199] libpython27.a in amd64 release is 32-bit

2015-02-21 Thread Daniel Franke
Daniel Franke added the comment: I've downloaded and installed python-2.7.9.amd.msi and spent some hours trying to understand the myriad of i386/x86-64 related linker errors I get when attempting to build an extension module. Now that I found this report I can at least stop doubting my s

[issue13156] _PyGILState_Reinit assumes auto thread state will always exist which is not true.

2012-05-15 Thread Daniel Franke
Daniel Franke added the comment: Just FYI, I've lately been trying to track down a different threading-related bug, and I think the fix for this one also fixed that one by accident. Leave the following program running for a while under python-2.7.2: ---snip--- import subprocess i

[issue5004] socket.getfqdn() doesn't cope properly with purely DNS-based setups

2009-01-19 Thread Daniel Franke
Changes by Daniel Franke : -- components: +Extension Modules -Library (Lib) ___ Python tracker <http://bugs.python.org/issue5004> ___ ___ Python-bugs-list mailin