Re: [Python-Dev] PEP 3147 working implementation

2010-04-09 Thread Barry Warsaw
Patch set 4 has been uploaded to Rietveld: http://codereview.appspot.com/842043/show This includes some fixes for Windows and support for the __cached__ attribute on modules. While I need to do another pass through the PEP to make sure I've gotten everything, this code is very nearly feature com

Re: [Python-Dev] PEP 3147 working implementation

2010-04-08 Thread Barry Warsaw
On Apr 06, 2010, at 09:57 PM, Benjamin Peterson wrote: >I've now added a review, too. As did Brett. Thanks! I've responded and will upload a new patch set as soon as I've verified the test suite passes. -Barry signature.asc Description: PGP signature _

Re: [Python-Dev] PEP 3147 working implementation

2010-04-06 Thread Benjamin Peterson
2010/4/6 Barry Warsaw : > On Apr 01, 2010, at 04:12 PM, Barry Warsaw wrote: > >>I now have a working implementation of PEP 3147 which passes all the existing, >>and new, tests.  I'm sure there's still work to do, but I think the branch >>is in good enough shape to start getting some feedback from p

Re: [Python-Dev] PEP 3147 working implementation

2010-04-06 Thread Barry Warsaw
On Apr 01, 2010, at 04:12 PM, Barry Warsaw wrote: >I now have a working implementation of PEP 3147 which passes all the existing, >and new, tests. I'm sure there's still work to do, but I think the branch >is in good enough shape to start getting some feedback from python-dev. Thanks to Antoine

Re: [Python-Dev] PEP 3147 working implementation

2010-04-01 Thread Barry Warsaw
On Apr 01, 2010, at 09:27 PM, Antoine Pitrou wrote: >If you want a review, perhaps you should post it to Rietveld. Good idea. http://codereview.appspot.com/842043/show I've never used Rietveld before so let me know if I need to do anything to invite you or otherwise make the review possible. I

Re: [Python-Dev] PEP 3147 working implementation

2010-04-01 Thread Antoine Pitrou
Barry Warsaw python.org> writes: > > You can also view a live diff online: > > https://code.launchpad.net/~barry/python/pep3147/+merge/22648 If you want a review, perhaps you should post it to Rietveld. Regards Antoine. ___ Python-Dev mailing list