[Patches] [ python-Patches-828384 ] PyModule_AddObject one-liner

SourceForge.net noreply at sourceforge.net
Fri Oct 24 16:06:05 EDT 2003


Patches item #828384, was opened at 2003-10-22 19:56
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=828384&group_id=5470

Category: Core (C code)
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Greg Chapman (glchapman)
Assigned to: Nobody/Anonymous (nobody)
Summary: PyModule_AddObject one-liner

Initial Comment:
The attached patch adds one line to the 
PyModule_AddObject function so that if the supplied 
object is NULL, and an exception is already set, that 
exception is left alone rather than being masked by an 
error from within PyModule_AddObject.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2003-10-24 22:06

Message:
Logged In: YES 
user_id=21627

Thanks for the patch; applied as modsupport.c 2.69.

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

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



More information about the Patches mailing list