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 brett.cannon, christian.heimes, gvanrossum, lukasz.langa, methane, rhettinger, serhiy.storchaka, terry.reedy, vstinner
Date 2017-10-11.15:39:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507736361.78.0.213398074469.issue31415@psf.upfronthosting.co.za>
In-reply-to
Content
Why global _PyTime_GetWinPerfCounterWithInfo() is needed at all? It seems to me that _PyTime_GetPerfCounterWithInfo() can be used instead. Smaller API is better.

_PyTime_GetPerfCounter() is a simple wrapper around _PyTime_GetPerfCounterWithInfo() and is used only in one place. Getting rid of it will simplify C API too.
History
Date User Action Args
2017-10-11 15:39:21serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, brett.cannon, rhettinger, terry.reedy, vstinner, christian.heimes, methane, lukasz.langa
2017-10-11 15:39:21serhiy.storchakasetmessageid: <1507736361.78.0.213398074469.issue31415@psf.upfronthosting.co.za>
2017-10-11 15:39:21serhiy.storchakalinkissue31415 messages
2017-10-11 15:39:21serhiy.storchakacreate