Avatar for the graphql-python user
graphql-python
graphql-core
BlogDocsChangelog

Performance History

Latest Results

fix: raise a syntax error for truncated string escape sequences Reading a character past the end of the source yields NaN in GraphQL.js, but raises an IndexError in Python. A string escape sequence truncated at the end of the input therefore made the lexer raise an unhandled IndexError instead of a GraphQLSyntaxError, and that exception propagated out of parse() and graphql_sync(). Catch that IndexError and fall back to the same sentinels that any other invalid escape produces, so such an escape is reported as a syntax error with the same message as in GraphQL.js, while the normal path stays unchanged.
main
11 days ago
Bump version
main
17 days ago
Update dependencies
main
17 days ago
Update dependencies
main
2 months ago

Latest Branches

CodSpeed Performance Gauge
+18%
Re-align incremental delivery with the WorkQueue architecture#275
2 months ago
477529a
feat/incremental-workqueue
CodSpeed Performance Gauge
0%
2 months ago
0dacf4f
mixcloud:fix-mypy-2-3-0-test-type-errors
CodSpeed Performance Gauge
0%
2 months ago
9be181c
mixcloud:fix-defer-invalid-state-on-error
© 2026 CodSpeed Technology
Home Terms Privacy Docs