[Numpy-svn] [numpy/numpy] 2f38c8: DOC: suggest definition of unique symbol in .h

GitHub noreply at github.com
Sun Mar 16 11:15:30 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 2f38c8e5e86c360aaae5b7e461bb8e27a2520977
      https://github.com/numpy/numpy/commit/2f38c8e5e86c360aaae5b7e461bb8e27a2520977
  Author: Hans Meine <hans_meine at gmx.net>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

  Changed paths:
    M doc/source/reference/c-api.array.rst

  Log Message:
  -----------
  DOC: suggest definition of unique symbol in .h

I find it much more convenient to define the PY_ARRAY_UNIQUE_SYMBOL in a
header file #included by all files of the extension (than to repeat its definition in each and every file).


  Commit: ea639028632c5e7c2cd5ebc8f404c567b98c1dee
      https://github.com/numpy/numpy/commit/ea639028632c5e7c2cd5ebc8f404c567b98c1dee
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

  Changed paths:
    M doc/source/reference/c-api.array.rst

  Log Message:
  -----------
  Merge pull request #4496 from hmeine/PY_ARRAY_UNIQUE_SYMBOL_docs

mention possible definition of unique symbol in .h


Compare: https://github.com/numpy/numpy/compare/dab00406037c...ea639028632c


More information about the Numpy-svn mailing list