This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2021-10-13.15:21:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634138516.86.0.692588376796.issue45434@roundup.psfhosted.org>
In-reply-to
Content
Oh, Include/errcode.h *is* used by PyRun_InteractiveOneFlags() and its variants. It's mentioned in its documentation:

   Returns ``0`` when the input was
   executed successfully, ``-1`` if there was an exception, or an error code
   from the :file:`errcode.h` include file distributed as part of Python if
   there was a parse error.  (Note that :file:`errcode.h` is not included by
   :file:`Python.h`, so must be included specifically if needed.)
History
Date User Action Args
2021-10-13 15:21:56vstinnersetrecipients: + vstinner
2021-10-13 15:21:56vstinnersetmessageid: <1634138516.86.0.692588376796.issue45434@roundup.psfhosted.org>
2021-10-13 15:21:56vstinnerlinkissue45434 messages
2021-10-13 15:21:56vstinnercreate