- 14 Agu, 2003 9 kayıt (commit)
-
-
Neil Schemenauer yazdı
usually preferred.
-
Walter Dörwald yazdı
When parsing the constructor arguments failed, a reference to the argument tuple was leaked.
-
Neil Schemenauer yazdı
-
Walter Dörwald yazdı
when an encoding error occurs and the callback name is unknown, i.e. when the callback has to be called. The problem was that the fact that the callback has already been looked up was only recorded in a local variable in charmap_encoding_error(), because charmap_encoding_error() got it's own copy of the errorHandler pointer instead of a pointer to the pointer in PyUnicode_EncodeCharmap().
-
Raymond Hettinger yazdı
(Contributed by George Yoshida.)
-
Michael W. Hudson yazdı
Check for a[:] = a _before_ calling PySequence_Fast on a. release23-maint candidate Reference leak doesn't happen with head of release22-maint.
-
Fred Drake yazdı
the output was consumed would cause and exception to be raise in logmerge; suppress this specific error, because it's not helpful.
-
Kurt B. Kaiser yazdı
on W2K and XP. Python Bugs 780451, 784183 Backported to 2.2-maint
-
Fred Drake yazdı
-
- 13 Agu, 2003 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 12 Agu, 2003 4 kayıt (commit)
-
-
Walter Dörwald yazdı
UnicodeTranslateError message.
-
Walter Dörwald yazdı
If there is only one bad character it will now be printed in a form that is a valid Python string.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 11 Agu, 2003 13 kayıt (commit)
-
-
Brett Cannon yazdı
-
Michael W. Hudson yazdı
Now test_descr only appears to leak two references & I think this are in fact illusory (it's to do with things getting resurrected in __del__ methods & it's easy to be believe confusion occurs when that happens <wink>). Woohoo!
-
Andrew M. Kuchling yazdı
-
Michael W. Hudson yazdı
-
Michael W. Hudson yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
docs
-
Skip Montanaro yazdı
the tp_name is not correct, but what's exposed to users is known visibly as "StringIO", not "StringI" or "StringO".
-
Skip Montanaro yazdı
-
Michael W. Hudson yazdı
This should go onto release23-maint, too.
-
Jason Tishler yazdı
under Cygwin. The attached patch corrects this problem. I tested this patch under Red Hat Linux 8.0 too.
-
Jack Jansen yazdı
but attempting to get it resulted in a crash. Fixed. Backport candidate.
-
Brett Cannon yazdı
time.daylight is true. Add an explicit test for this situation. Fixed some wording in docstrings.
-
- 09 Agu, 2003 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
The default seed is time.time(). Multiplied by 256 before truncating so that fractional seconds are used. This way, two successive calls to random.seed() are much more likely to produce different sequences.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Verify that the encoding actually exists. Fixes #775985. Will backport to 2.3.
-
Martin v. Löwis yazdı
-
Raymond Hettinger yazdı
(Contributed by Andrew Dalke.)
-
Raymond Hettinger yazdı
(Contributed by Jay T Miller.)
-
Kurt B. Kaiser yazdı
backported to 23-maint
-
- 08 Agu, 2003 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Michael W. Hudson yazdı
Sure looks like it to me! <wink> When I run the leak2.py script I posted to python-dev, I only see three reference leaks in all of test_descr. When I run test_descr.test_main, I still see 46 leaks. This clearly demands posting a yelp to python-dev :-) This certainly should be applied to release23-maint, and in all likelyhood release22-maint as well.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
which can now take zero arguments.
-
Raymond Hettinger yazdı
-