Closed
@AstraLuma

Description

graphql.language.ast makes extensive use of __slots__ but __weakref__ is given, breaking the weakref module.

The use of __slots__ without __weakref__ makes it very hard to track data about AST nodes in a non-y way.