- 03 Agu, 2004 27 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Anthony Baxter yazdı
-
Fred Drake yazdı
for the tests, and restored properly when done
-
Michael W. Hudson yazdı
-
Fred Drake yazdı
possible that the callback-less flavors of the ref or proxy could have been added during GC, so we don't want to replace them.
-
Michael W. Hudson yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Will backport to 2.3.
-
Martin v. Löwis yazdı
Python was built with VC 7.1.
-
Michael W. Hudson yazdı
It's not the 100% solution -- it may not even be the 90% solution -- but it does seem to help.
-
Michael W. Hudson yazdı
-
Anthony Baxter yazdı
-
Michael W. Hudson yazdı
-
Michael W. Hudson yazdı
-
Anthony Baxter yazdı
an initlog() (and initlog()'s docstring says "don't use this"!) This allows test_cgi to be run repeatedly in a single run of the interpreter.
-
Michael W. Hudson yazdı
way to guarantee a deadlock on the next call! If I've inadvertently done some damage to this test, sorry (but I don't think I have).
-
Michael W. Hudson yazdı
Hard to believe it ever helped anything, and it hurts finding reference leaks.
-
Michael W. Hudson yazdı
the case of __del__ resurrecting an object. This makes the apparent reference leaks in test_descr go away (which I expected) and also kills off those in test_gc (which is more surprising but less so once you actually think about it a bit).
-
Michael W. Hudson yazdı
-
Raymond Hettinger yazdı
-
Armin Rigo yazdı
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
-
Mark Hammond yazdı
connect error
-
Brett Cannon yazdı
comma expression in listpop() that was being returned. Still essentially unused (as it is meant to be), but now the compiler thinks it is worth *something* by having it incremented.
-
- 02 Agu, 2004 13 kayıt (commit)
-
-
Fred Drake yazdı
-
Neal Norwitz yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
- fix broken assert statement; should just raise
-
Andrew M. Kuchling yazdı
-
Michael W. Hudson yazdı
have differing refcount semantics. If anyone sees a prettier way to acheive the same ends, then please go for it. I think this is the first time I've ever used Py_XINCREF.
-
Andrew M. Kuchling yazdı
-
Michael W. Hudson yazdı
(or to whatever the 'insert' method chose to return).
-
Michael W. Hudson yazdı
-
Michael W. Hudson yazdı
must have annoyed me at some point.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-