This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients belopolsky, lemburg, loewis
Date 2009-01-06.10:30:45
SpamBayes Score 0.42477277
Marked as misclassified No
Message-id <496332D3.4060907@egenix.com>
In-reply-to <1231237692.4.0.0451821958035.issue4850@psf.upfronthosting.co.za>
Content
On 2009-01-06 11:28, Martin v. Löwis wrote:
> Martin v. Löwis <martin@v.loewis.de> 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.
History
Date User Action Args
2009-01-06 10:31:03lemburgsetrecipients: + lemburg, loewis, belopolsky
2009-01-06 10:30:45lemburglinkissue4850 messages
2009-01-06 10:30:45lemburgcreate