[Numpy-tickets] [NumPy] #454: Importing numpy prevents decrementing references for local variables
NumPy
numpy-tickets@scipy....
Sat Mar 31 17:43:33 CDT 2007
#454: Importing numpy prevents decrementing references for local variables
------------------------+---------------------------------------------------
Reporter: goddard | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version: 1.0.1
Severity: major | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by rkern):
Well, we don't use numpy.pkgload anymore inside numpy. The only thing
stopping us from removing it entirely is backwards compatibility for
others who might be using it for some reason. Its only real public
interface is {{{__call__()}}}, so I wouldn't feel too bad with simply
replacing it with a function that made a {{{PackageLoader}}} instance at
the time of the request rather than on-import.
I'd also slate it for complete removal in 1.1.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/454#comment:2>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list