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 hodgestar
Recipients hodgestar
Date 2020-10-01.15:14:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601565293.01.0.809559094065.issue41903@roundup.psfhosted.org>
In-reply-to
Content
The documentation for __ipow__ [4] suggests that the intention was to support the modulus argument, so perhaps that argues for fixing the behaviour of PyNumber_InPlacePower.

[4] https://docs.python.org/3/reference/datamodel.html#object.__ipow__
History
Date User Action Args
2020-10-01 15:14:53hodgestarsetrecipients: + hodgestar
2020-10-01 15:14:53hodgestarsetmessageid: <1601565293.01.0.809559094065.issue41903@roundup.psfhosted.org>
2020-10-01 15:14:53hodgestarlinkissue41903 messages
2020-10-01 15:14:52hodgestarcreate