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 serhiy.storchaka
Recipients methane, serhiy.storchaka, vstinner
Date 2017-02-10.17:50:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486749030.39.0.0608327823621.issue29524@psf.upfronthosting.co.za>
In-reply-to
Content
It is hard to make a review of changes of such kind. Common reviewing tools don't help with this. I would suggest you to make a series of commits that move a code from different files after migrating to Git. It may be easier to make a post-commit review.

I said about Python/ because Object/ contains mainly implementations of concrete builtin types and Python/ contains some utility files (getargs.c, modsupport.c). But I think Objects/ is good place too.
History
Date User Action Args
2017-02-10 17:50:30serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane
2017-02-10 17:50:30serhiy.storchakasetmessageid: <1486749030.39.0.0608327823621.issue29524@psf.upfronthosting.co.za>
2017-02-10 17:50:30serhiy.storchakalinkissue29524 messages
2017-02-10 17:50:30serhiy.storchakacreate