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.15:04:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486739059.72.0.128352944654.issue29524@psf.upfronthosting.co.za>
In-reply-to
Content
I like the idea of moving all code related to calling objects in one one file. But this has a drawback. This breaks a history. This makes harder code exploration and merging.

I would delay pushing this change until CPython repository be converted to Git. I heard Git better supports moving a code between files. And perhaps it might be easier to do this change by several commits -- separately moving a code from different files.
History
Date User Action Args
2017-02-10 15:04:19serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane
2017-02-10 15:04:19serhiy.storchakasetmessageid: <1486739059.72.0.128352944654.issue29524@psf.upfronthosting.co.za>
2017-02-10 15:04:19serhiy.storchakalinkissue29524 messages
2017-02-10 15:04:19serhiy.storchakacreate