Re: [Zope-dev] optimised python

2005-12-19 Thread Jim Fulton
Jens Vagelpohl wrote: On 18 Dec 2005, at 06:46, Alan Milligan wrote: I'm reconsidering the way we RPM package byte-code compiled python, and although I suspect optimised python is a bit of an anacronysm, I thought I'd check with the list ;) If one was to start Zope with python -O, then it

Re: [Zope-dev] optimised python

2005-12-19 Thread Sidnei da Silva
On Mon, Dec 19, 2005 at 06:50:19AM -0500, Jim Fulton wrote: | There is a drawback: Debugging becomes a lot harder and sometimes | impossible because you get no or faulty line number information in | tracebacks and when using pdb. | | That isn't true. Line numbers are included and valid. | |

Re: [Zope-dev] optimised python

2005-12-19 Thread Jim Fulton
Sidnei da Silva wrote: On Mon, Dec 19, 2005 at 06:50:19AM -0500, Jim Fulton wrote: | There is a drawback: Debugging becomes a lot harder and sometimes | impossible because you get no or faulty line number information in | tracebacks and when using pdb. | | That isn't true. Line numbers are

Re: [Zope-dev] optimised python

2005-12-19 Thread Sidnei da Silva
On Mon, Dec 19, 2005 at 07:12:44AM -0500, Jim Fulton wrote: | Sidnei da Silva wrote: | On Mon, Dec 19, 2005 at 06:50:19AM -0500, Jim Fulton wrote: | | There is a drawback: Debugging becomes a lot harder and sometimes | | impossible because you get no or faulty line number information in | |

Re: [Zope-dev] optimised python

2005-12-19 Thread Jens Vagelpohl
On 19 Dec 2005, at 12:00, Sidnei da Silva wrote: On Mon, Dec 19, 2005 at 06:50:19AM -0500, Jim Fulton wrote: | There is a drawback: Debugging becomes a lot harder and sometimes | impossible because you get no or faulty line number information in | tracebacks and when using pdb. | | That isn't

Re: [Zope-dev] optimised python

2005-12-18 Thread Jens Vagelpohl
On 18 Dec 2005, at 06:46, Alan Milligan wrote: I'm reconsidering the way we RPM package byte-code compiled python, and although I suspect optimised python is a bit of an anacronysm, I thought I'd check with the list ;) If one was to start Zope with python -O, then it would look for (and

Re: [Zope-dev] optimised python

2005-12-18 Thread Tino Wildenhain
Am Sonntag, den 18.12.2005, 17:46 +1100 schrieb Alan Milligan: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm reconsidering the way we RPM package byte-code compiled python, and although I suspect optimised python is a bit of an anacronysm, I thought I'd check with the list ;) If one

[Zope-dev] optimised python

2005-12-17 Thread Alan Milligan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm reconsidering the way we RPM package byte-code compiled python, and although I suspect optimised python is a bit of an anacronysm, I thought I'd check with the list ;) If one was to start Zope with python -O, then it would look for (and generate)