Commit 739641a9 authored by gsamain's avatar gsamain Committed by Xavier Thompson

Make StringNode checks for the gil again

parent 33e85497
......@@ -1733,9 +1733,6 @@ class StringNode(PyConstNode):
is_identifier = None
unicode_value = None
# XXX: Let the StringNode can be used in nogil extension initializing
nogil_check = None
def calculate_constant_result(self):
if self.unicode_value is not None:
# only the Unicode value is portable across Py2/3
......
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