Oct. 14, 2011
2:08 p.m.
Am 13.10.11 20:38, schrieb Barry Warsaw:
On Oct 13, 2011, at 08:08 PM, Martin v. Löwis wrote:
Py_CONST_STRING or Py_IDENTIFIER would be fine with me. Given that everything else uses "Id" in their name, Py_IDENTIFIER is probably better?
I agree that either is fine, with a slight preference for Py_IDENTIFIER for the same reasons.
Ok, so it's Py_IDENTIFIER.
Given below, shouldn't that be _Py_IDENTIFIER?
It actually is _Py_IDENTIFIER (and was _Py_identifier). Regards, Martin