Message17904
| Author |
arigo |
| Recipients |
| Date |
2003年08月28日.13:23:57 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=4771
But it would be very difficult to fix the code base to avoid
the problem. The 'tuple' constructor was only an example; it
is actually a quite common pattern everywhere in the C code
base of both the core and extension modules. Expecting an
object not to be seen before you first hand it out is
extremely common, and get_referrers() breaks that
assumption. Hence the claim that the problem really lies in
get_referrers(). |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:16:20 | admin | link | issue793822 messages |
| 2007年08月23日 14:16:20 | admin | create |
|