Issue222867

classification
Title: PyArray.typecode never initialized
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: low Keywords:

Created on 2000-11-18.19:47:39 by bckfnn, last changed 2000-11-18.23:12:10 by bckfnn.

Messages
msg183 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.19:47:39
I just noticed that PyArray has a typecode attribute that is never set. This 
attribute is a char and should, I assume, reflect the typecode that is passed
into
the constructor. However, as I mentioned it never initialized. This should
probably
either be set, or removed.

msg184 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.23:12:10
Typecode removed.
History
Date User Action Args
2000-11-18 19:47:39bckfnncreate