]> granicus.if.org Git - python/commit
Added a regression test for the negation-of-exponentiation optimization
authorFred Drake <fdrake@acm.org>
Thu, 30 Aug 2001 18:56:30 +0000 (18:56 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 30 Aug 2001 18:56:30 +0000 (18:56 +0000)
commitd256271c552cd021a91732ddc31552ade6cdf79f
tree48de4771bb800454c179de0247f97c664a51a6ea
parent14ef244dfe8b79694d4baa48ceda874fe27ec05d
Added a regression test for the negation-of-exponentiation optimization
bug from compile.c.  (SF bug #456756.)
Lib/test/test_pow.py