I have a folder contains .zip, say a.zip, and org-babel python enabled, then go to that folder and start emacs, I saw error message as below:
Variable binding depth exceeds max-specpdl-size
$ mkdir a.zip
$ cd a.zip
$ emacs
What's the reason emacs care about folder name? any way to prevent such error?