New submission from Arun :
We have seen multiple occurrences of the issue reported and fixed in
https://bugs.python.org/issue44422, on RHEL8.3 with Python3.6.x. I understand
RHEL8.4 is also shipping with Python3.6.x as the default version and it's going
to be the same with RHEL8.5 as
J Arun Mani added the comment:
Hi. Thanks for your follow-up. I created a PR, since I signed CLA today, the PR
has some labels indicating it. :p
Thanks
--
nosy: -python-dev
___
Python tracker
<https://bugs.python.org/issue40
New submission from J Arun Mani :
Hi.
In docs :
https://docs.python.org/3/faq/programming.html#faq-argument-vs-parameter it
says "Parameters define what types of arguments a function can accept."
This is not true. Python's functions do not impose any type checking or raise
New submission from J Arun Mani :
In the auto-response sent by python-help-boun...@python.org, at some
intermediate paragraphs:
...
The most comprehensive overview of python.org help resources is at
http://www.python.org/about/help/
The Python FAQ is available at
http
New submission from Arun Sharma :
threading's TIMEOUT_MAX constant causes overflows when used as the timeout for
threading.Thread.join on a 32-bit platform, like a Raspberry PI running
Raspbian (2019-07-10-raspbian-buster).
The underlying code uses sem_timedwait. The timespec on
Arun Persaud added the comment:
created github PR #6137. Hope everything is in the correct format.
Arun
--
___
Python tracker
<https://bugs.python.org/issue21
Arun Persaud added the comment:
> @Arun.Persaud, would you be interested in converting your patch to a Github
> pull request?
sure, I'll give it a try.
Arun
--
___
Python tracker
<https://bugs.python.
Arun Solomon added the comment:
Hi Stefan,
I tried with two configure options. Both of them, I am getting the same error.
configure: error: Valgrind support requested but headers not available
--
resolution: not a bug ->
status: closed ->
Arun Solomon added the comment:
Hi,
I ran with the following command to configure python with valgrind:
./configure --without-pymalloc --with-pydebug --with-valgrind
I was getting the following error:
configure: error: Valgrind support requested but headers not available
Python: 2.7.5
New submission from Arun Solomon :
Hi...
I am facing the problem python along with valgrind. I was getting default
valgrind warnings messages. I have created the sample.py. sample.py file does
not have any code. I created empty py file to confirm that my code does not
have any memory leaks
Arun Persaud added the comment:
updated the patch, let me know if it needs additional changes.
--
Added file: http://bugs.python.org/file44598/escape.patch
___
Python tracker
<http://bugs.python.org/issue21
New submission from Arun Persaud:
Couldn't find how to escape % and $ in the documentation, so I thought I add a
short patch.
--
assignee: docs@python
components: Documentation
files: mywork.patch
keywords: patch
messages: 214442
nosy: Arun.Persaud, docs@python
priority: n
Arun Babu Neelicattu added the comment:
This issue has been assigned CVE-2013-4238 [1].
Please use CVE-2013-4238 for this issue in Python for patches and references.
[1] http://www.openwall.com/lists/oss-security/2013/08/13/2
--
nosy: +abn
Arun Babu Neelicattu added the comment:
Terry, I think the best place to make a note of this would be at [1,2].
As for what should be noted, something along the lines of what Richard
mentioned should suffice.
"A pool should only be used by the process that created it (unless you
Arun Babu Neelicattu added the comment:
I should have mentioned this too,
[GOOD] Workaround:
Probably the 'correct' way to achieve what is required in the example, could be
to use a managed pool.
pool = multiprocessing.Mana
Changes by Arun Babu Neelicattu :
--
nosy: +jnoller, sbt
___
Python tracker
<http://bugs.python.org/issue17273>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Arun Babu Neelicattu:
The task/worker handler threads in the multiprocessing.pool.Pool class are (in
accordance to posix standards) not copied over when the process containing the
pool is forked.
This leads to a situation where the Pool keeps receiving tasks but the tasks
17 matches
Mail list logo