Require 'cl when compiling so that the push macro gets picked in Emacs
19.34.
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index f7448f1..f878576 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -79,6 +79,8 @@
 ;;; Code:
 
 (require 'custom)
+(eval-when-compile
+  (require 'cl))
 
 
 ;; user definable variables