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 levkivskyi, methane, serhiy.storchaka, vstinner
Date 2019-04-09.11:28:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554809329.0.0.872333856633.issue36560@roundup.psfhosted.org>
In-reply-to
Content
_abc was written for optimization. Your PR makes it using slower Python code. Could you please test how much this hits the performance of abc?
History
Date User Action Args
2019-04-09 11:28:49serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane, levkivskyi
2019-04-09 11:28:49serhiy.storchakasetmessageid: <1554809329.0.0.872333856633.issue36560@roundup.psfhosted.org>
2019-04-09 11:28:48serhiy.storchakalinkissue36560 messages
2019-04-09 11:28:48serhiy.storchakacreate