This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Duplicated declaration of PyCallable_Check
Type: Stage:
Components: Interpreter Core Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: doko, loewis
Priority: normal Keywords: patch

Created on 2006-10-19 22:13 by doko, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python.patch doko, 2006-10-19 22:13 patch
Messages (2)
msg51274 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2006-10-19 22:13
[forwarded from http://bugs.debian.org/388713]

"the other declaration is found in object.h.

The problem is a bit annoying for us, as we
use Python in an environment where we wish to consider
warnings as
errors to be fixed."
msg51275 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-10-22 10:47
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as r52416 and r52417.
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 44148
2006-10-19 22:13:06dokocreate