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 t2y
Recipients alexis, eric.araujo, paul.moore, t2y, tarek
Date 2012-03-12.22:07:56
SpamBayes Score 0.00093696325
Marked as misclassified No
Message-id <1331590077.41.0.975306061838.issue14002@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce it on Mac OS X.

I made a patch which checks the "func_name" attribute of function before it refers. It works for me. However, I wonder if a function has both "func.im_self" and "func.func_name"? Tell me the background because I'm newbie for distutils2.
History
Date User Action Args
2012-03-12 22:07:57t2ysetrecipients: + t2y, paul.moore, tarek, eric.araujo, alexis
2012-03-12 22:07:57t2ysetmessageid: <1331590077.41.0.975306061838.issue14002@psf.upfronthosting.co.za>
2012-03-12 22:07:56t2ylinkissue14002 messages
2012-03-12 22:07:56t2ycreate