[issue5121] PyRun_InteractiveLoop disagrees with documentation?
Changes by Ben Kuhn : -- versions: +Python 3.0 ___ Python tracker <http://bugs.python.org/issue5121> ___ ___ Python-bugs-list mailing list Unsubscribe:
[issue5121] PyRun_InteractiveLoop disagrees with documentation?
New submission from Ben Kuhn : The description of PyRun_InteractiveLoop(FILE * file, const char * filename) states that if filename is NULL, "???" will be used instead. In actuality, if the method is called with a NULL filename, it will segfault after the first command is entered