Commit ef241f5b authored by Stefan Behnel's avatar Stefan Behnel

Revert removal of name "gs" from Shadow.py since it's used by foreign code, see e.g.

https://github.com/python/typeshed/pull/1554#discussion_r134561386
parent b540527f
......@@ -427,7 +427,8 @@ for t in int_types + float_types + complex_types + other_types:
void = typedef(None, "void")
NULL = gs['p_void'](0)
del gs
# looks like 'gs' has some users out there by now...
#del gs
integral = floating = numeric = _FusedType()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment