aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBatuhan Taskaya <isidentical@gmail.com>2021-01-21 00:38:47 +0300
committerGitHub <noreply@github.com>2021-01-20 13:38:47 -0800
commita698d52c3975c80b45b139b2f08402ec514dce75 (patch)
tree25a4577b9617d80cb43ffcfe27a54435f42c6b0d /Include
parentbpo-42864: Simplify the tokenizer exceptions after generic SyntaxError (GH-24... (diff)
downloadcpython-a698d52c3975c80b45b139b2f08402ec514dce75.tar.gz
cpython-a698d52c3975c80b45b139b2f08402ec514dce75.tar.bz2
cpython-a698d52c3975c80b45b139b2f08402ec514dce75.zip
bpo-40176: Improve error messages for unclosed string literals (GH-19346)
Automerge-Triggered-By: GH:isidentical
Diffstat (limited to 'Include')
-rw-r--r--Include/errcode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/errcode.h b/Include/errcode.h
index 790518b8b77..f2671d6c9b3 100644
--- a/Include/errcode.h
+++ b/Include/errcode.h
@@ -26,8 +26,6 @@ extern "C" {
#define E_TOODEEP 20 /* Too many indentation levels */
#define E_DEDENT 21 /* No matching outer block for dedent */
#define E_DECODE 22 /* Error in decoding into Unicode */
-#define E_EOFS 23 /* EOF in triple-quoted string */
-#define E_EOLS 24 /* EOL in single-quoted string */
#define E_LINECONT 25 /* Unexpected characters after a line continuation */
#define E_BADSINGLE 27 /* Ill-formed single statement input */