From 35b80d07513ca486291ac44a0f701bedd547d0db Mon Sep 17 00:00:00 2001 From: "Paul m. p. P" Date: Mon, 9 Sep 2019 13:41:39 +0200 Subject: [PATCH] interrogate: add missing async/await keywords Closes #735 --- dtool/src/interrogate/interfaceMakerPythonNative.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dtool/src/interrogate/interfaceMakerPythonNative.cxx b/dtool/src/interrogate/interfaceMakerPythonNative.cxx index bb7556644b..40572007fc 100644 --- a/dtool/src/interrogate/interfaceMakerPythonNative.cxx +++ b/dtool/src/interrogate/interfaceMakerPythonNative.cxx @@ -117,6 +117,8 @@ const char *pythonKeywords[] = { "and", "as", "assert", + "async", + "await", "break", "class", "continue",