[Python-bugs-list] [ python-Bugs-816476 ] Fatal Python error: GC object already tracked

SourceForge.net noreply at sourceforge.net
Thu Oct 2 14:07:02 EDT 2003


Bugs item #816476, was opened at 2003-10-02 10:42
Message generated for change (Comment added) made by thenninger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=816476&group_id=5470

Category: Python Interpreter Core
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Thorsten Henninger (thenninger)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fatal Python error: GC object already tracked

Initial Comment:
Fatal Python error: GC object already tracked



OS: Windows 2000 Server (Service Pack 4)

Python: 2.3.1 (#47)

pycurl: 7.10.6



I got this Fatal Error while fetching Webpages with pycurl.

I do not have any other addiotional information.



This error is reproducible and did not occur with

Python2.2.



Please contact me, if you need further information



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

>Comment By: Thorsten Henninger (thenninger)
Date: 2003-10-02 18:07

Message:
Logged In: YES 
user_id=878819

thank you, that makes sense!

i will notice pycurl and have a look in th pycurl source!



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

Comment By: Tim Peters (tim_one)
Date: 2003-10-02 16:25

Message:
Logged In: YES 
user_id=31435

You should report this to the pycurl project.  The specific 

error message you report is new in Python 2.3, doing a check 

for errnoneous usage of the Python C API.  That check didn't 

exist in Python 2.2.



While it's possible there's a previously unreported error in 

Python 2.3 here, it's much more likely that the problem is in 

pycurl's C code, and that the error there simply went 

undetected before Python 2.3, appearing to work by luck.

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

Comment By: Michael Hudson (mwh)
Date: 2003-10-02 10:51

Message:
Logged In: YES 
user_id=6656

Why do you think this is a bug in Python and not pycurl?

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

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



More information about the Python-bugs-list mailing list