[Python-Dev] Patch 1644818: Allow importing built-in submodules (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Mon Mar 12 16:52:16 CET 2007


Miguel Lobo schrieb:

Personally, I can't apply it as-is right now, since a) I would have to check that the test case conditionalization works fine, and b) I would have to come up with a patch for the Windows build process.

Sorry, I couldn't understand the second point. Why would you have to patch the Windows build process?

I need to integrate the extra test file into a project file (probably pythoncore).

Well, it's not really my place to ask that this patch is prioritised above others, since as I said if I'm asking for its inclusion it is in order to benefit other Python users who may easily hit the same problem.

Yet, the same can be said for most other patches: they are all for the benefit of users running into the same respective problems.

Anyway, I'm intrigued about this "review 5 other patches" procedure you suggest. What exactly would be involved in such a review? Please note that I hadn't touched CPython code before I wrote my patch and I haven't been following CPython development closely.

There are a number of mostly mechanical steps that should be applied to any patch that hasn't seen these steps done yet:

When you have all this information collected, write a brief message into the report indicating what your conclusions are. Ideally, conclude with one of the following recommendations:

When you have dealt with 5 reports that way, post a summary message here what reports you've looked at, what your conclusion is, and what patch you want to see expedite processing for.

Regards, Martin



More information about the Python-Dev mailing list