| commit | 1091fe6fa88097248f89529f7278290fa4838d05 | [log] [tgz] |
|---|---|---|
| author | Jens Geyer <jensg@apache.org> | Mon Mar 16 22:43:36 2026 +0100 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Tue Mar 17 21:26:28 2026 +0100 |
| tree | eadba7bfebc4532c6fd207835e4057cb0cf1518e | |
| parent | 5b5fd3cd62a47338ea46c43655f0c2270fce41ad [diff] [blame] |
THRIFT-5927 Cannot use reserved language keyword "None" with target language Python Client: py Patch: Jens Geyer Generated-by: Opencode big-pickle
diff --git a/lib/py/Makefile.am b/lib/py/Makefile.am index 2be72de..0abd349 100644 --- a/lib/py/Makefile.am +++ b/lib/py/Makefile.am
@@ -58,6 +58,7 @@ $(PYTHON) test/thrift_TCompactProtocol.py $(PYTHON) test/thrift_TNonblockingServer.py $(PYTHON) test/thrift_TSerializer.py + $(PYTHON) test/test_compiler/test_keyword_escape.py clean-local: