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 MrJean1, alexandre.vassalotti, barry, benjamin.peterson, brett.cannon, hdiogenes
Date 2009-06-09.22:08:09
SpamBayes Score 7.40396e-10
Marked as misclassified No
Message-id <1244585291.88.0.48124635515.issue2919@psf.upfronthosting.co.za>
In-reply-to
Content
Jean Brouwers wrote:
> All tests passed after regenerating the expected results

The tests for profile are output test. If you regenerate them, they pass
for sure.

Merging cProfile/profile will require a lot more work than just renaming
the module. The designs of cProfile and profile are significantly
different. So a successful merge will require settling one profiler
design (cProfile is the better designed one, IMHO) and rewrite the other
one to match the chosen design.
History
Date User Action Args
2009-06-09 22:08:12alexandre.vassalottisetrecipients: + alexandre.vassalotti, barry, brett.cannon, hdiogenes, MrJean1, benjamin.peterson
2009-06-09 22:08:11alexandre.vassalottisetmessageid: <1244585291.88.0.48124635515.issue2919@psf.upfronthosting.co.za>
2009-06-09 22:08:10alexandre.vassalottilinkissue2919 messages
2009-06-09 22:08:10alexandre.vassalotticreate