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 jyasskin
Recipients collinwinter, georg.brandl, jyasskin, pitrou
Date 2009-05-22.16:26:01
SpamBayes Score 7.526124e-06
Marked as misclassified No
Message-id <1243009565.07.0.795273403472.issue6042@psf.upfronthosting.co.za>
In-reply-to
Content
I had two reasons to change PyCode_CheckLineNumber to
_PyCode_CheckLineNumber: First, its behavior is changing without its
signature changing. Without a name change, that could break users
silently (if there are any codesearch missed). Second, I think it's an
internal function which we should feel free to change again if it makes
the implementation cleaner. In order to let people change it at will, it
should start with "_Py".
History
Date User Action Args
2009-05-22 16:26:05jyasskinsetrecipients: + jyasskin, georg.brandl, collinwinter, pitrou
2009-05-22 16:26:05jyasskinsetmessageid: <1243009565.07.0.795273403472.issue6042@psf.upfronthosting.co.za>
2009-05-22 16:26:04jyasskinlinkissue6042 messages
2009-05-22 16:26:03jyasskincreate