[Python-Dev] [Python-checkins] cpython: Issue #11223: Add threading._info() function providing informations about the (original) (raw)

Victor Stinner victor.stinner at haypocalc.com
Wed Apr 20 10:20:55 CEST 2011


Hi,

Le mardi 19 avril 2011 à 22:42 -0400, Terry Reedy a écrit :

On 4/19/2011 5:59 PM, victor.stinner wrote:

> Issue #11223: Add threading.info() function providing informations about the > thread implementation. Since this is being documented, making it part of the public api, why does it have a leading underscore?

Well, I suppose that this function might be specific to CPython. Do you think that this function can/should be implemented in PyPy, Jython and IronPython?

Victor



More information about the Python-Dev mailing list