Commit 40bbb9b
committed
Ensure that PY_ARRAY_UNIQUE_SYMBOL is uniquely defined for each extension.
By using a unique symbol for each extension we prevent multiple
definition linking errors which arise when statically linking
a Python interpreter.
Closes gh-2039.1 parent b02b701 commit 40bbb9b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
651 | 655 | | |
652 | | - | |
| 656 | + | |
653 | 657 | | |
654 | 658 | | |
655 | 659 | | |
| |||
0 commit comments