blob: 461758c95a68b0c71112e78faca19287163eec23 (
plain)
1
2
3
4
5
6
|
Fasttake and fastputmask slots are deprecated and NULL'ed
---------------------------------------------------------
The fasttake and fastputmask slots are now never used and
must always be set to NULL. This will result in no change in behaviour.
However, if a user dtype should set one of these a DeprecationWarning
will be given.
|