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 matrixise
Recipients matrixise, steven.daprano, vstinner
Date 2018-05-29.13:01:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527598875.2.0.682650639539.issue33682@psf.upfronthosting.co.za>
In-reply-to
Content
@Victor, Thanks and you are right, int and float are not keywords of Python, in this case, we can override them.

@Steven, in fact, the optimization was, when you see float/int (if they are keywords), don't call the function via the bytecode.

Thanks and I close this issue.
History
Date User Action Args
2018-05-29 13:01:15matrixisesetrecipients: + matrixise, vstinner, steven.daprano
2018-05-29 13:01:15matrixisesetmessageid: <1527598875.2.0.682650639539.issue33682@psf.upfronthosting.co.za>
2018-05-29 13:01:15matrixiselinkissue33682 messages
2018-05-29 13:01:15matrixisecreate