| commit | 87ea780e8ef029dd877dda18f5d0bc8983766848 | [log] [tgz] |
|---|---|---|
| author | Richard Oudkerk <shibturn@gmail.com> | Tue May 29 12:01:47 2012 +0100 |
| committer | Richard Oudkerk <shibturn@gmail.com> | Tue May 29 12:01:47 2012 +0100 |
| tree | 5dbbf791671ed7a18232dbc40988a9e15ffac717 | |
| parent | 1074a9294bf010a8f167299e541a2860638b2e5f [diff] |
Use Python 3.x-style keyword only arg in Array() Previously a Python 2.x compatible hack was used for multiprocessing.sharedctypes.Array(). Also the documented signature was wrong.