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 ammar2
Recipients ammar2, hodgestar
Date 2020-10-01.15:20:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601565621.5.0.925243435419.issue41903@roundup.psfhosted.org>
In-reply-to
Content
Huh, this is weird. I wonder why the data model provides the signature

  object.__ipow__(self, other[, modulo])

if the slot always seems to drop the third argument.

Adding Brett to the nosy who found another issue around the special casing of pow/** recently. See also issue38302
History
Date User Action Args
2020-10-01 15:20:21ammar2setrecipients: + ammar2, hodgestar
2020-10-01 15:20:21ammar2setmessageid: <1601565621.5.0.925243435419.issue41903@roundup.psfhosted.org>
2020-10-01 15:20:21ammar2linkissue41903 messages
2020-10-01 15:20:21ammar2create