I'm currently locally developing an AppEngine app using the Go programming language. My operating system is Mac OS X 10.8.3.
I keep AppEngine's development server (dev_appserver.py) running as I develop. Every time I save one of my application files (which the server is watching for changes), the OS X firewall dialog pops up saying "Do you want to allow _go_app to receive incoming connections?". The dialog is only visible for less than a second before it disappears again.
How can I get it to stop popping up all the time? I've tried having explicit rules in the OS X firewall for both the _go_app application and simply Python to accept or deny incoming connections, but not matter what it keeps (briefly) popping up.