Skip to content

Commit

Permalink
Give proper credits for the memoryview implementation. (GH-18626) (#1…
Browse files Browse the repository at this point in the history
…8643)

(cherry picked from commit ee3bac4)

Authored-by: Stefan Krah <skrah@bytereef.org>
  • Loading branch information
miss-islington committed Feb 24, 2020
1 parent 097612a commit 3dc6961
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Objects/memoryobject.c
@@ -1,4 +1,14 @@
/* Memoryview object implementation */
/*
* Memoryview object implementation
* --------------------------------
*
* This implementation is a complete rewrite contributed by Stefan Krah in
* Python 3.3. Substantial credit goes to Antoine Pitrou (who had already
* fortified and rewritten the previous implementation) and Nick Coghlan
* (who came up with the idea of the ManagedBuffer) for analyzing the complex
* ownership rules.
*
*/

#include "Python.h"
#include "internal/mem.h"
Expand Down

0 comments on commit 3dc6961

Please sign in to comment.