Generate variable names based on content
authorDenis Bilenko <denis.bilenko@gmail.com>
Tue, 2 Aug 2011 07:37:26 +0000 (14:37 +0700)
committerDenis Bilenko <denis.bilenko@gmail.com>
Tue, 2 Aug 2011 07:37:26 +0000 (14:37 +0700)
commit7d7751ac5192c68d3501e48f663f2cae77a57990
treed722ccf953e68f73b461a97f77236852de50895f
parentf873e3048fb3eaec4d2534480b438efea96092c3
Generate variable names based on content

Generate variable names in new_const_cname() based on content of the variable
rather than using a counter straight away.
Cython/Compiler/Code.py