MantisBT - ParaView
View Issue Details
0006554ParaView(No Category)public2008-03-06 15:152009-05-13 13:59
Berk Geveci 
Utkarsh Ayachit 
highminorhave not tried
closedfixed 
 
3.43.4 
0006554: Revert vtkPVPythonInterp to before thread support
Once the testing is changed such that it does not create threads unless needed, change vtkPVPythonInterp to the state before thread support. This is needed so that any number of interps can be created and deleted independently.
No tags attached.
related to 0006553closed Clinton Stimpson Do not create testing thread until it is needed 
Issue History
2008-03-06 15:15Berk GeveciNew Issue
2008-03-06 15:15Berk GeveciRelationship addedrelated to 0006553
2008-03-06 15:15Berk GeveciStatusbacklog => tabled
2008-03-06 15:15Berk GeveciAssigned To => Utkarsh Ayachit
2008-03-07 12:10Utkarsh AyachitStatustabled => @80@
2008-03-07 12:10Utkarsh AyachitFixed in Version => Python support
2008-03-07 12:10Utkarsh AyachitResolutionopen => fixed
2008-03-07 12:10Utkarsh AyachitNote Added: 0010750
2008-03-07 12:11Utkarsh AyachitStatus@80@ => @20@
2008-03-07 12:11Utkarsh AyachitResolutionfixed => reopened
2008-03-07 12:12Utkarsh AyachitTarget Version => Python support
2008-03-07 12:13Utkarsh AyachitStatus@20@ => @80@
2008-03-07 12:13Utkarsh AyachitResolutionreopened => fixed
2008-03-18 15:25Alan ScottStatus@80@ => closed
2008-03-18 15:25Alan ScottNote Added: 0010835
2009-05-13 13:58Utkarsh AyachitTarget VersionPython support => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in VersionPython support => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0010750)
Utkarsh Ayachit   
2008-03-07 12:10   
Removing threading support from the interpretor.
MakeCurrent()/ReleaseControl() ensure that the active interpretor is restored
correctly thus avoiding resurfacing of BUG 0004823.

Note that we can no longer use the python testing framework when python shell
or python programmable filter is involved.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqMainWindowCore.cxx,v <-- Qt/Components/pqMainWindowCore.cxx
new revision: 1.252; previous revision: 1.251
/cvsroot/ParaView3/ParaView3/Qt/Python/pqPythonShell.cxx,v <-- Qt/Python/pqPythonShell.cxx
new revision: 1.17; previous revision: 1.16
/cvsroot/ParaView3/ParaView3/Utilities/VTKPythonWrapping/Executable/vtkPVPythonInterpretor.cxx,v <-- Utilities/VTKPythonWrapping/Executable/vtkPVPythonInterpretor.cxx
new revision: 1.24; previous revision: 1.23
/cvsroot/ParaView3/ParaView3/Utilities/VTKPythonWrapping/Executable/vtkPVPythonInterpretor.h,v <-- Utilities/VTKPythonWrapping/Executable/vtkPVPythonInterpretor.h
new revision: 1.10; previous revision: 1.9
(0010835)
Alan Scott   
2008-03-18 15:25   
Since this is internal to ParaView, and I have no idea how to test it, I am declaring it closed.