[Patches] [ python-Patches-1713889 ] Patch for PEP 3109

SourceForge.net noreply at sourceforge.net
Wed May 9 02:10:50 CEST 2007


Patches item #1713889, was opened at 2007-05-06 14:41
Message generated for change (Comment added) made by gvanrossum
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1713889&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core (C code)
Group: Python 3000
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: alex_gb (wpy)
>Assigned to: Collin Winter (collinwinter)
Summary: Patch for PEP 3109

Initial Comment:
The patch modify the raise statement, according to PEP
3109 and script fix_raise.py (available in sandbox 
directory of SVN).
Compile all ok, but it's not complete: now, exiting from 
Python interpreter, there is Segmentation fault.
I think to work on this problem in next days.

----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2007-05-08 20:10

Message:
Logged In: YES 
user_id=6380
Originator: NO

Collin, can you review this?

----------------------------------------------------------------------

Comment By: alex_gb (wpy)
Date: 2007-05-08 10:12

Message:
Logged In: YES 
user_id=1373701
Originator: YES

I have correct all errors.

I hope that it is useful.
File Added: pep3109.patch

----------------------------------------------------------------------

Comment By: alex_gb (wpy)
Date: 2007-05-07 13:56

Message:
Logged In: YES 
user_id=1373701
Originator: YES

File Added: pep3109-2.patch

----------------------------------------------------------------------

Comment By: alex_gb (wpy)
Date: 2007-05-07 13:06

Message:
Logged In: YES 
user_id=1373701
Originator: YES

With compiler (GCC) options "-g3 -ggdb3" there isn't Segmentation fault.
With default option "-g" yes....

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1713889&group_id=5470


More information about the Patches mailing list