summaryrefslogtreecommitdiff
path: root/modules/language/python/compile.scm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python/compile.scm')
-rw-r--r--modules/language/python/compile.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/language/python/compile.scm b/modules/language/python/compile.scm
index 0f964ff..7afbc5b 100644
--- a/modules/language/python/compile.scm
+++ b/modules/language/python/compile.scm
@@ -847,7 +847,7 @@
(fast? (not (eq? vf 'super))))
(define (pw x)
(if **
- `(expt ,x ,(exp vs **))
+ `(,(G expt) ,x ,(exp vs **))
x))
(pw
(let ((trailer (get-addings vs trailer fast?)))