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 alexandre.vassalotti
Recipients BreamoreBoy, MrJean1, alexandre.vassalotti, asvetlov, barry, belopolsky, benjamin.peterson, brett.cannon, eric.araujo, eric.snow, flox, georg.brandl, hdiogenes
Date 2013-10-15.04:39:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381811976.98.0.4649988528.issue2919@psf.upfronthosting.co.za>
In-reply-to
Content
Let's close this. There is no point keeping this languishing any further.

The profile and cProfile modules are different enough that we can't merge them without breaking compatibility. They should treated as two separate profilers.

Maybe in the future we should include a drop-in module written in Python for cProfile to be used for another Python implementation. But for now, I don't see the benefit, since the profile module is good enough and alternate implementations should be able to re-do the _lsprof accelerator in their target language without too much trouble if desired.
History
Date User Action Args
2013-10-15 04:39:37alexandre.vassalottisetrecipients: + alexandre.vassalotti, barry, brett.cannon, georg.brandl, belopolsky, hdiogenes, MrJean1, benjamin.peterson, eric.araujo, asvetlov, flox, BreamoreBoy, eric.snow
2013-10-15 04:39:36alexandre.vassalottisetmessageid: <1381811976.98.0.4649988528.issue2919@psf.upfronthosting.co.za>
2013-10-15 04:39:36alexandre.vassalottilinkissue2919 messages
2013-10-15 04:39:36alexandre.vassalotticreate