thrift/test/py
Neil Williams 055fe67ec1 THRIFT-5352: Fix construction of Py exceptions with no fields
Client: py

When no fields are present, we don't get the special constructor that
uses __setattr__ to avoid these checks. So the default constructor sets
message normally and triggers the anti-mutation tripwires.
2021-02-16 16:31:00 -08:00
..
explicit_module THRIFT-3290: Using from in variable names causes the generated Python code to have errors 2015-09-24 22:58:45 -04:00
CMakeLists.txt THRIFT-3612 Add Python C extension for compact protocol 2016-02-13 23:12:34 +09:00
FastbinaryTest.py THRIFT-4351: use travis build stages to optimize build, 2017-10-19 11:29:04 -04:00
generate.cmake THRIFT-4476: Typecasting problem on double list items, 2018-03-20 16:28:15 -04:00
Makefile.am THRIFT-4717: fix up make clean with autoconf 2019-01-25 23:33:54 -05:00
RunClientServer.py THRIFT-4621 Add THeader for Python 2018-09-01 10:24:43 +09:00
SerializationTest.py THRIFT-4351: use travis build stages to optimize build, 2017-10-19 11:29:04 -04:00
setup.cfg THRIFT-3691 Run flake8 Python style check on Travis-CI 2016-02-28 12:05:14 +09:00
TestClient.py THRIFT-4974: Add cross test for Python's Unix domain socket transport 2019-12-12 23:09:36 +00:00
TestEof.py THRIFT-4351: use travis build stages to optimize build, 2017-10-19 11:29:04 -04:00
TestFrozen.py THRIFT-5352: Fix construction of Py exceptions with no fields 2021-02-16 16:31:00 -08:00
TestRenderedDoubleConstants.py THRIFT-4476: Typecasting problem on double list items, 2018-03-20 16:28:15 -04:00
TestServer.py FIX: CI error at ./test/py/TestServer.py:178:26: F507 '...' % ... has 1 placeholder(s) but 6 substitution(s) 2020-05-19 00:00:29 +02:00
TestSocket.py THRIFT-4370: build generated code before running static code analysis; 2017-10-26 11:37:02 -04:00
TestSyntax.py THRIFT-3691 Run flake8 Python style check on Travis-CI 2016-02-28 12:05:14 +09:00
TSimpleJSONProtocolTest.py THRIFT-3596 Better conformance to PEP8 2016-02-04 14:28:24 +09:00
util.py THRIFT-3613 Port Python C extension to Python 3 2016-02-13 23:12:34 +09:00