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 serhiy.storchaka
Recipients georg.brandl, larry, martin.panter, python-dev, rhettinger, serhiy.storchaka, taleinat
Date 2017-02-04.10:08:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486202896.54.0.0842815420549.issue20186@psf.upfronthosting.co.za>
In-reply-to
Content
The problem with lsprof_clinic.patch is that it exposes default value of _lsprof.Profiler.enable() parameters as -1. Actually _lsprof.Profiler.enable() should accept boolean arguments without default value.
History
Date User Action Args
2017-02-04 10:08:16serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, rhettinger, taleinat, larry, python-dev, martin.panter
2017-02-04 10:08:16serhiy.storchakasetmessageid: <1486202896.54.0.0842815420549.issue20186@psf.upfronthosting.co.za>
2017-02-04 10:08:16serhiy.storchakalinkissue20186 messages
2017-02-04 10:08:16serhiy.storchakacreate