Author: Matti Picus <[email protected]>
Branch: 
Changeset: r98526:84a1f6454bd1
Date: 2020-01-12 19:37 +1100
http://bitbucket.org/pypy/pypy/changeset/84a1f6454bd1/

Log:    typo

diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py
--- a/pypy/module/cpyext/typeobject.py
+++ b/pypy/module/cpyext/typeobject.py
@@ -287,7 +287,7 @@
 
         if not slot_func_helper:
             if not slot_apifunc:
-                if WARN_MISSING_SLOTS
+                if WARN_MISSING_SLOTS:
                     warn_missing_slot(space, method_name, slot_name, w_type)
                 continue
             slot_func_helper = slot_apifunc.get_llhelper(space)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to