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 j1m
Recipients gvanrossum, j1m, vstinner, yselivanov
Date 2016-06-29.19:16:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467227819.73.0.129583354767.issue27392@psf.upfronthosting.co.za>
In-reply-to
Content
:)

I'm not a fan of monkey patching code in production, unless the code I'm monkey patching is code I control. (And since releasing code now is a lot easier than it used to be, I have much less occasion to monkey-patch code I control.)

(I'm a big fan of and am also terrified by gevent and I generally avoid it's use of monkey patching.)
History
Date User Action Args
2016-06-29 19:16:59j1msetrecipients: + j1m, gvanrossum, vstinner, yselivanov
2016-06-29 19:16:59j1msetmessageid: <1467227819.73.0.129583354767.issue27392@psf.upfronthosting.co.za>
2016-06-29 19:16:59j1mlinkissue27392 messages
2016-06-29 19:16:59j1mcreate