Do not sent my outdated my-python/eldoc-setup-code to Python interpreter.
--- a/.emacs-my Mon Jan 04 01:08:30 2021 +0200
+++ b/.emacs-my Mon Jan 04 01:26:23 2021 +0200
@@ -3172,7 +3172,7 @@
;; For built-in python.el
(my--eval-after-load python
- (add-to-list 'python-shell-setup-codes 'my-python/eldoc-setup-code) ; Used inside (python-shell-send-setup-code)
+ ;; (add-to-list 'python-shell-setup-codes 'my-python/eldoc-setup-code) ; Used inside (python-shell-send-setup-code)
(define-key python-mode-map "\C-c\C-d" 'my-python/eldoc-at-point)
(define-key python-mode-map "\C-c\C-g" 'my-python/eldoc-at-point2)
(define-key python-mode-map [?\C-c ?\C-h] 'my-python/send-paragraph))