Marc-Andre Lemburg <[email protected]> added the comment: On 2009-01-06 11:28, Martin v. Löwis wrote: > Martin v. Löwis <[email protected]> added the comment: > > Making it static is fine. I don't recall what kind of customization I > did when I introduced it. > > I'm skeptical about the entire issue, though. Why is it that these > variables should be prefixed? I disagree that all names need to be > prefixed: those only present in certain debug builds need not.
For completeness and to make things easier for all developers, all exported symbols should be prefixed with _Py or Py - regardless of how their export is enabled. _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue4850> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
