Brennan D Baraban <3...@holbertonschool.com> added the comment:
Hi Stefan. Is there an update you would like me to make on this PR? Otherwise,
pinging for review.
--
___
Python tracker
<https://bugs.python.org/i
Change by Brennan D Baraban <3...@holbertonschool.com>:
--
keywords: +patch
pull_requests: +11919
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.or
Brennan D Baraban <3...@holbertonschool.com> added the comment:
Yes, I will submit a new PR today.
--
___
Python tracker
<https://bugs.python.org/i
Brennan D Baraban <3...@holbertonschool.com> added the comment:
I submitted a PR just now. I only pushed the change to `string.rst`, as per
Stefan Krah's suggestion.
--
___
Python tracker
<https://bugs.python.
Change by Brennan D Baraban <3...@holbertonschool.com>:
--
pull_requests: +11881
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.or
Brennan D Baraban <3...@holbertonschool.com> added the comment:
Thank you, Stéphane. I submitted a change request to your PR just now.
--
___
Python tracker
<https://bugs.python.org/i
Brennan Vincent added the comment:
Hi Guido,
I have tried applying your patch. It seems to fix the issue (Valgrind no longer
reports memory definitely lost).
--
___
Python tracker
<https://bugs.python.org/issue35
New submission from Brennan Vincent :
To reproduce:
(1) build python: `../configure --prefix=$HOME/prefix --with-pydebug
--without-pymalloc && make install`
(2) run with valgrind: `valgrind --leak-check=full ~/prefix/bin/python3`
(3) exit immediately from the interpreter by pressin
Brennan D Baraban <3...@holbertonschool.com> added the comment:
Well, Tuomas, I defer submission of a PR to you, as its your original patch.
--
___
Python tracker
<https://bugs.python.org/i
Brennan D Baraban <3...@holbertonschool.com> added the comment:
What is the status of this issue? I can submit a PR based on Tuomas Suutari's
patch.
--
nosy: +bdbaraban
___
Python tracker
<https://bugs.python.
Brennan D Baraban <3...@holbertonschool.com> added the comment:
Got it, makes sense. Thank you. New contributor here :)
--
___
Python tracker
<https://bugs.python.org/i
Brennan <3...@holbertonschool.com> added the comment:
I'm not sure if Maxwell is still working on this issue, but may I pick it up? I
can submit a PR within the day.
--
nosy: +bdbaraban
___
Python tracker
<https://bugs.python.
Changes by Jordan Brennan :
--
components: +Library (Lib)
___
Python tracker
<http://bugs.python.org/issue28443>
___
___
Python-bugs-list mailing list
Unsub
Changes by Jordan Brennan :
--
components: -Argument Clinic
___
Python tracker
<http://bugs.python.org/issue28443>
___
___
Python-bugs-list mailing list
Unsub
New submission from Jordan Brennan:
The methods on the Logger class e.g. logger.debug all accept **kwargs, these
are passed to the _log method but they are never used.
If _log attached them as an attribute to the LogRecord object, it would allow
for creation of more powerful Filter objects to
Chris Brennan added the comment:
This bug appears (for me) when I use longer install paths, both in the GUI
installer and doing a silent install via msiexec. The paths I've used so far
are these:
E:\langs\Python\x32\27
E:\langs\Python\x32\34
E:\langs\Python\x64\27
E:\langs\Python\x64\
16 matches
Mail list logo