[ python-Bugs-1066036 ] Typo about PyErr_WriteUnraisable()
SourceForge.net
noreply at sourceforge.net
Thu Nov 18 07:50:49 CET 2004
Bugs item #1066036, was opened at 2004-11-14 00:56
Message generated for change (Comment added) made by rhettinger
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1066036&group_id=5470
Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Raise L. Sail (fullsail)
Assigned to: Nobody/Anonymous (nobody)
Summary: Typo about PyErr_WriteUnraisable()
Initial Comment:
In "Extending and Embedding the Python Interpreter"
Document, at Section
2.2.1 Finalization and De-allocation, its example code
include one call PyErr_WriteUnraisable() without
argument, but in "Python/C API Reference Manual",
Section 4 "
4. Exception Handling", it have prototype:
void PyErr_WriteUnraisable(PyObject *obj)
Oh, this look more like a bug.
May be, in that example, we should call it with NULL? I
do not know.
Goodluck, Python
----------------------------------------------------------------------
>Comment By: Raymond Hettinger (rhettinger)
Date: 2004-11-18 01:50
Message:
Logged In: YES
user_id=80475
Fixed.
Thanks for the report.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1066036&group_id=5470
More information about the Python-bugs-list
mailing list