[issue41830] "NameError: name 'AttributeError' is not defined"

2020-09-22 Thread sanka sowmya


New submission from sanka sowmya :

I am using 3.6.8 version of python.
I am seeing an error as NameError: name 'AttributeError' is not defined

URL where logs can be seen:https://bpa.st/DDTQ

--
messages: 377305
nosy: sasowmy1
priority: normal
severity: normal
status: open
title: "NameError: name 'AttributeError' is not defined"
type: behavior
versions: Python 3.6

___
Python tracker 
<https://bugs.python.org/issue41830>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18859] README.valgrind should mention --with-valgrind

2014-08-02 Thread Sowmya

Sowmya added the comment:

Hi,

I have created a patch for this bug. 
The Misc/README.valgrind now mentions the --with-valgrind configure options.

--
keywords: +patch
nosy: +sowmya-ravidas
type: enhancement - 
Added file: http://bugs.python.org/file36209/patch.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18859
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18251] test_subprocess_jy fails when Argument has embedded quote

2013-06-18 Thread Sowmya

New submission from Sowmya:

test_subprocess_jy fails with below error:
test test_subprocess_jy failed -- Traceback (most recent call last):
  File 
\'L:\\apps\\ascii\\jython\\70files\\current\\win\\Lib\\test\\test_subprocess_jy.py\',
 line 13, in testDefaultEnvIsInherited
p1 = Popen([sys.executable, \'-c\',
  File \'L:\\apps\\ascii\\jython\\70files\\current\\win\\Lib\\subprocess.py\', 
line 755, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
  File \'L:\\apps\\ascii\\jython\\70files\\current\\win\\Lib\\subprocess.py\', 
line 1269, in _execute_child
raise OSError(e.getMessage() or e)
OSError: Argument has embedded quote, use the explicit CMD.EXE call.


Solution : This testcase needs to be changed to suit the changes mentioned in 
Oracle 7u21 - 
(http://www.oracle.com/technetwork/java/javase/7u21-relnotes-1932873.html#jruntime).
 Python  code  needs to be modified to use Cmd.exe while running commands 
that contains quotes in it

--
files: test_subclasses_jy.py
messages: 191389
nosy: sowmyalakkappa
priority: normal
severity: normal
status: open
title: test_subprocess_jy fails when Argument has embedded quote
type: enhancement
versions: Python 2.6
Added file: http://bugs.python.org/file30632/test_subclasses_jy.py

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18251
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com