doyensec / GQLSpection

GQLSpection - parses GraphQL introspection schema and generates possible queries
Apache License 2.0
66 stars 7 forks source link

Provide Jython compatible ThreadPool implementation #34

Open execveat opened 10 months ago

execveat commented 10 months ago

Some Jython versions don't include multiprocessing.dummy module so the code at https://github.com/doyensec/GQLSpection/blob/dev/src/gqlspection/GQLSubQuery.py#L10 doesn't work in these environments.

We should provide a compatible implementation or find some other way to make concurrency work across Jython/Python2/Python3 environments.