Commit 54f4e190 authored by gsamain's avatar gsamain Committed by Xavier Thompson

Make StringNode checks for the gil again

parent 05c02506
......@@ -1727,9 +1727,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