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.

Author berker.peksag
Recipients berker.peksag, brett.cannon, vstinner, zuo
Date 2016-01-20.13:06:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453295164.95.0.365728519499.issue18858@psf.upfronthosting.co.za>
In-reply-to
Content
dummy_threading.get_ident() works for me:

    >>> import dummy_threading as dt
    >>> dt.get_ident()
    -1
    >>> import threading
    >>> threading.get_ident()
    140498493105920

Here is a patch to compare threading and dummy_threading modules.
History
Date User Action Args
2016-01-20 13:06:04berker.peksagsetrecipients: + berker.peksag, brett.cannon, vstinner, zuo
2016-01-20 13:06:04berker.peksagsetmessageid: <1453295164.95.0.365728519499.issue18858@psf.upfronthosting.co.za>
2016-01-20 13:06:04berker.peksaglinkissue18858 messages
2016-01-20 13:06:04berker.peksagcreate