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 solstag
Recipients docs@python, r.david.murray, rhettinger, solstag
Date 2018-06-25.13:28:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529933287.47.0.56676864532.issue33774@psf.upfronthosting.co.za>
In-reply-to
Content
Speaking frankly, I might not have grasped what might happen by reading your line. I think having at least a minimal example is crucial. Perhaps:

"Distinct argument patterns, such as `f(1)` and `f(first_arg=1)`, may not cache for each other even if the underlying function sees them as equivalent calls."
History
Date User Action Args
2018-06-25 13:28:07solstagsetrecipients: + solstag, rhettinger, r.david.murray, docs@python
2018-06-25 13:28:07solstagsetmessageid: <1529933287.47.0.56676864532.issue33774@psf.upfronthosting.co.za>
2018-06-25 13:28:07solstaglinkissue33774 messages
2018-06-25 13:28:07solstagcreate