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 belopolsky
Recipients Arfrever, amaury.forgeotdarc, belopolsky, ezio.melotti, jafo, lemburg, loewis, ronaldoussoren, vstinner
Date 2010-12-09.00:13:31
SpamBayes Score 1.6722885e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I am attaching an untested rewrite of normalizeUserObj() in _lsprof.c for comments on whether it is worth the effort.  There might be other places where PyModule_GetName() can be profitably replaced with PyModule_GetNameObject().
History
Date User Action Args
2010-12-09 00:13:33belopolskysetrecipients: + belopolsky, lemburg, loewis, jafo, ronaldoussoren, amaury.forgeotdarc, vstinner, ezio.melotti, Arfrever
2010-12-09 00:13:33belopolskysetmessageid: <[email protected]>
2010-12-09 00:13:31belopolskylinkissue6697 messages
2010-12-09 00:13:31belopolskycreate