Re: [Python-Dev] Re: proto-pep: How to change Python's bytecode

2004-12-25 Thread Brett C.
Scott David Daniels wrote: Brett C. wrote: A few things can be done to make sure that development goes smoothly when experimenting with Python's bytecode. One is to delete all .py(c|o|w) Don't you mean ".pyc or .pyo (remember such files in zips as well)" .pyw is normal python source. Yeah, my bad

Re: [Python-Dev] Re: proto-pep: How to change Python's bytecode

2004-12-25 Thread Brett C.
Terry Reedy wrote: "Brett C." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] At to the title, bytecodes are a property of the CPython implementation, not of Python itself. Since I think the distinction is quite important to maintain, I would insert the missing 'C' and everywhere e

[Python-Dev] Upcoming PyPy sprint

2004-12-25 Thread Armin Rigo
Hi Python people, The next sprint for PyPy, the Python-in-Python interpreter, will take place in Leysin, in the lower mountains of Switzerland, 22nd - 29th January 2005 (travel days: 22nd and 29-30th) http://codespeak.net/moin/pypy/moin.cgi/LeysinSprint The technical goals will be two-f

[Python-Dev] Re: proto-pep: How to change Python's bytecode

2004-12-25 Thread Scott David Daniels
Brett C. wrote: Terry Reedy wrote: "Brett C." <[EMAIL PROTECTED]> wrote Over the last several years, various people have reported experimenting with CPython's bytecodes. I wonder if it would be helpful to have a respository of the results, in one place, for new experimenters and curious peo

Re: [Python-Dev] Re: proto-pep: How to change Python's bytecode

2004-12-25 Thread Skip Montanaro
>> Over the last several years, various people have reported >> experimenting with CPython's bytecodes. I wonder if it would be >> helpful to have a respository of the results, in one place, for new >> experimenters and curious people to peruse. Brett> Wouldn't hurt. Adding