[Python-Dev] This seems like a bug - main thread has None ident???

skip at pobox.com skip at pobox.com
Tue Mar 31 23:08:56 CEST 2009


    skip> Am I missing something obvious or have I hit a bug?  This is a
    skip> fully updated 2.7a0 build, trunk:70878M.

After noting that thread.get_ident() returned a thread id but that
threading.currentThread().ident was None I concluded that it is, in fact, a
bug in the threading module.  I opened a ticket:

    http://bugs.python.org/issue5632

Skip


More information about the Python-Dev mailing list