[Python-3000] threading, part 2 (original) (raw)
Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Thu Aug 10 00:27:16 CEST 2006
- Previous message: [Python-3000] threading, part 2
- Next message: [Python-3000] threading, part 2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Guido van Rossum" <guido at python.org> writes:
for the same reason one should always incref B before decrefing A in
A = B ... That reason that A and B might already be the same object, right?
Or B might be a subobject of A, not referenced elsewhere.
-- _("< Marcin Kowalczyk _/ qrczak at knm.org.pl ^^ http://qrnik.knm.org.pl/~qrczak/
- Previous message: [Python-3000] threading, part 2
- Next message: [Python-3000] threading, part 2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]