Message 316033 - Python tracker

Message316033

Author pmpp
Recipients a-feld, pmpp, rhettinger, serhiy.storchaka
Date 2018-05-02.01:43:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525225421.92.0.682650639539.issue33380@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed thanks for the deep explanation. It seems that not finding im_self anymore (not even in the dunder clutter), i've mistaken '.__self__.__module__' with '.__module__'. How joyfull to learn anew to trace a caller id, and sorry for the noise (again).
History
Date User Action Args
2018-05-02 01:43:42pmppsetrecipients: + pmpp, rhettinger, serhiy.storchaka, a-feld
2018-05-02 01:43:41pmppsetmessageid: <1525225421.92.0.682650639539.issue33380@psf.upfronthosting.co.za>
2018-05-02 01:43:41pmpplinkissue33380 messages
2018-05-02 01:43:41pmppcreate